body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

navbar .brand {
  font-size: 24px;
  font-weight: 400;
}

.navbar .navbar-inner {
    background: #4e0e09 url(https://s3-ap-southeast-2.amazonaws.com/ras-support-desk/support-banner.png);
}

#searchBar .search-query {
	background: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #777;
}
#searchBar button {
	background: #A10409;
	border-color: transparent;
	color: #fff;
}
#searchBar button:hover {
	background: #4e0e09;
	border-color: transparent;
	color: #fff;
}

#docsSearch {
    padding: 4em 0;
}

/** Contact Modal **/

#contactModal h2 {
	background: none;
	padding: 20px 20px 10px;
	font-size: 25px;
	border: none;
}

#contactModal input {
	box-shadow: none;
}

.control-group label {
	font-size: 15px;
}

.articleFoot time.lu {
    display:none;
}
