#searchBar .search-query {
    background: #edf1f4;
    border: none;
    border-bottom: 2px solid #d0d5de;
    border-radius: 0;
    box-shadow: none;
    color: #191919;
    font-family: Helvetica, serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.1;
}

#searchBar button {
    background: #ff5837;
    border-color: transparent;
    color: #fff;
    text-shadow: none;
}

#searchBar button:hover {
    background: #ff5837;
    border-color: transparent;
    color: #fff;
}

#sidebar form .search-query {
    background: #edf1f4;
    border: none;
    border-bottom: 2px solid #d0d5de;
    border-radius: 0;
    box-shadow: none;
    color: #191919;
    font-family: Helvetica, serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.11;
}

#docsSearch {
    background: #fff;
    border-bottom: none;
}

.navbar .nav li a {
    font-size: 1.5em;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.1;
    margin-bottom: 24px;
}
.navbar-inner {
    box-shadow: none;
}

.brand {
    width: 232px;
}

.custom-links {
    color: #da4517;
    text-decoration: none;
    margin: 0 4px;
}

.custom-links:hover {
    color: #da4517;
    text-decoration: none;
}

.custom-div {
    text-align: center;
}

.icon-article-doc {
    display: none;
}
