#searchResults h3 {
    margin-top: 10px;
}

#searchResults .page-link {
    margin-top: -10px;
    margin-bottom: 20px;
}
.ccm-search-block-form .input-group {
    max-width: 30em;
}

.ccm-search-block-form .form-control {
	background: #b5a697;
	border: 1px solid #b5a697;
	color: #2b1916;
	-webkit-box-shadow: inset 0 0px 12px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0px 12px rgba(0,0,0,0.1);
	box-shadow: inset 0 0px 12px rgba(0,0,0,0.1);
}

.ccm-search-block-form .btn {
	color: #3f302f;
	background: #b5a697;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	margin-left: -.5em;
	border-color: #b5a697;
}
