#custom-header {
    background-color: #1473E3;
    padding: 25px 0;
    position: relative;
}
.container {
    width: 90%;
    max-width: 850px;
}
#custom-header .logo-container {
    float: left;
    width: 220px;
    line-height: 1;
}
#custom-header nav {
    float: right;
}
@media screen and (min-width: 900px) {
    #custom-header .show-updates-dropdown {
        color: #FFFFFF !important;
        background-color: #48b503;
        transition: background-color .15s ease-in;
        padding: 7px 12px;
        border-radius: 4px;
    }
}
#custom-header nav>a, #custom-header nav .show-updates-dropdown {
    color: #FFF;
    font-size: .875rem;
    display: inline-block;
}