/* from cross-browser.com */

#fixedPanel {
  position:fixed;
  top:5em; right:2em;
  width:150px;
  z-index:100;
}
