#docsSearch {
	background: #fff;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 0;
	padding: 4.5em 0;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar .nav a {
	font-size: 14px;
	font-weight: bold;
}

.navbar .brand {
	font-weight: bold;
	font-size: 18px;
	color: #000000 !important;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
}

#searchBar button {
	text-shadow: none;
	background: #7856ff;
	border: none;

}

#searchBar button:hover {
	background: #6a4ce0;
	border: none;
}

#searchBar .search-query:focus {
	border-color: #6a4ce0;
}

#docsSearch h1 {
	font-weight: bold;
	color: #000000;
}

.navbar .nav .active .caret {
	display: none !important;
}

.container-fluid {
	max-width: 1280px;
	padding-top: 13px !important;
}

.collection-category h2 {
	text-align: center;
	font-weight: bold;
}

.collection-category h2 a {
	color: #000000;
}

#fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
	font-size: 15px;
}

.navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#main-content {
	background: none;
}
