
body {
    background: #F4F4F4;
}
.navbar .navbar-inner {
    background: #3B4859;
}
#docsSearch {
	background: #ffffff;
	border-bottom: 0px;
}
#searchBar .search-query {
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #1EB4C6;
}
#searchBar input[type=text] {
	color: #3B4859!important;
}
#searchBar button {
	text-shadow: none!important;
    background: #1EB4C6;
    border: 0px!important;
}
.brand img {
	width: 60%;
}