/**
 * @file
 * Visual styles for Newsplus's fixed header.
 */
.onscroll #header {
  position: fixed;
  z-index: 499;
  top: 0;
  width: 100%;
}
