
#views-exposed-form-solr-search-content-page-1 {
	position :relative;
    width: 100%;
    margin-bottom: 30px;
    height: 60px; 
   top: 20px;
   vertical-align: middle;
}
			#views-exposed-form-solr-search-content-page-1 .js-form-type-textfield {
				position : absolute;
				top:0;
				left:0;
				bottom:0;
			  	right:200px;
			}
						#views-exposed-form-solr-search-content-page-1 .js-form-type-textfield label { 
							width: 100px;
							position : absolute;
							text-align: right;
							font-weight: bold;
							padding-right: 15px;
							margin-top: 6px;
							font-size: 1rem;

						}
						#views-exposed-form-solr-search-content-page-1 .js-form-type-textfield input { 
							left: 100px;
							position : absolute;
							right: 60px;
						}
			#views-exposed-form-solr-search-content-page-1 div#edit-actions {
				position :absolute;
				top:0;
				right:20px;
				bottom:0;  
				width: 60px;
			}



 /* Faceted Search */
 .block-facet--checkbox h2, .block-facet--dropdown h2, #content label {
    font-size: 1.1rem;
    font-weight: bold;
    color: #f26722;
    color: black;
    display: inline;
    padding-left: 15px;
}

li.facet-item input { font-size: 0.8rem; margin-bottom: 0; }
/*[type=checkbox]+label, [type=radio]+label { font-size: 0.8rem; }*/

.FacetedSearch h2 {
	display: block; 
	width: 100%;
    font-size: 0.9rem;
    border-bottom: solid 3px black;
    text-transform: uppercase;
    padding-left: 0;
    margin-bottom: 10px;
   
} 
.facets-dropdown {display: inline; width: 100%; text-transform: capitalize;}

.FacetedSearch ul { list-style-type: none;  } 
.FacetedSearch li input {width: auto; }



.NoSearchResultMsg {
	font-weight: 500;
	font-size: 1.4rem;
}