@import url(../../../stylesheets/responsive.css);

@media screen and (max-width: 899px)
{
    #header {
        top: 0px;
        background-color: #4E4E4E;
    }
    .flyout-menu {
        background-color: #4E4E4E;
    }
    #quick-search{
        position: static;
        left: 0px;
    }

    #quick-search #project-jump {
        margin: 0;
        width: 100%;
    }
    .drdn {
        border-style: none;
        border-width: 0px;
    }
    #main {
        margin: 0px;
        border: none;
    }
}