/******************************************************/
/***** CSS for Custom Search Results Component	 *****/
/****************************************************/
.grid .search-results-container {
	padding-left:0px;
}
.search-results-container {
    background-color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 119px;
    min-height:500px;
}

.results-set {
	max-width : 590px;

}

.results-title{
	margin : 0px;
}

.results-font {
	  font-family: HelveticaNeue;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
}

.results-url {
    font-family: Helvetica Neue,Roboto,sans-serif;
	text-decoration:none!important;
	color: #006fcf;
}

.result-excerpt {  
    font-family: Helvetica Neue,Roboto,sans-serif;
    color: #333333;
    margin-bottom: 20px;
}