/**
 * @file
 * Visual styles for Newsplus Lite's fixed header.
 */

.onscroll #header {
  position: fixed;
  z-index: 499;
  top: 0;
  width: 100%;
}
