@media all and (max-width: 800px) {
  /* line 3, ../sass/hacks.scss */
  #toolbar, #admin-menu {
    display: none;
  }

  /* line 8, ../sass/hacks.scss */
  html body.toolbar, html body.admin-menu {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
/*
CK Editor hack for copy pasting from the site itself caused it to load an incorrect position
*/
.cke_show_borders #stcpDiv{
  position:relative !important;
  left:0 !important;
  top:0 !important;
}
