
.fixed-header {
    width: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
}

.header {
    width: 100% !important;
    position: fixed !important;
    overflow: hidden !important;
    top: 0 !important;
}

.title_bar {
    width: 100% !important;
    position: fixed !important;
    overflow: hidden !important;
    top: 0 !important;
}

.flashes {
    width: 100% !important;
    position: fixed !important;
    overflow: hidden !important;
    top: 0 !important;
}

.flash_alert {
    margin-top: 70px;
}

#header ul.tabs > li ul {
    position: fixed;
    width: 200px;
}
