﻿@media screen
  {
  #editorTopPanel
    {
    position: fixed;
    }
  /* Don't do this at home */

  * html #editorTopPanel
    {
    position: absolute;  
    }
  /* All done. */
  }
