﻿html.fixed .page-header {
    left: 0px;
    margin: 0;
    position: fixed;
    right: 0;
    top: 60px;
}
html.fixed .content-body {
    margin-left: 0px;
}