﻿.fixed-header {
    position: fixed;
    right: 0;
    width: 100%;
    background: white;
    z-index: 900;
    border-bottom: solid 1px lightgray;
}