.st-result-listing {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  letter-spacing: 0.8px;
  margin-top: 40px;
}

div.st-results-container a:hover
{
	text-decoration: unset;
}

div.st-search-summary {
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
}

div.st-result-listing {
  width: 600px;
}

div.st-result-listing h2 {
  font-size: 13px;
  font-weight: normal;
  color: #333;
  margin: 0;
}

div.st-result-listing h2 .st-query {
  font-style: italic;
  color: #666;
}

div.st-result-listing h3 {
  font-size: 12px;
  margin: 5px 0;
}

div.st-result {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

div.st-result.final {
    border-bottom: none;
    margin-bottom: 0;
}

div.st-result .st-snippet {
  color: #333;
}

div.st-result .st-date {
  color: #999;
}

.st-pagination {
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 5px;
}

.st-prev {
  margin-right: 10px;
}

.st-loading-message {
  font-size: 16px;
  font-style: italic;
  color: #999;
  margin: 10px auto;
}

div.st-query-present {
    margin-bottom: 10px;
}

a.st-ui-result .st-ui-thumbnail {
    display: none;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

a.st-ui-result:before {
    right: 2px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #C2CDD8;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    content: '';
}

a.st-ui-result {
    display: block;
    position: relative;
    padding: 12px 18px 14px 0;
    cursor: pointer;
    border-bottom: 1px solid #E0E6EB;
    text-align: left;
    text-decoration: none;
}

a.st-ui-result.st-ui-image {
    padding: 16px 18px 16px 70px;
}

a.st-ui-result.st-ui-image .st-ui-thumbnail {
    display: block;
    margin: 0 0 0 -65px !important;
    width: 56px;
    height: 56px;
    float: left;
    overflow: hidden;
}

a.st-ui-result.st-ui-image .st-ui-thumbnail img {
    display: none;
    margin: 0;
    padding: 0;
    height: auto;
    border: 0;
    max-width: 100%;
    max-height: 100%;
}

a.st-ui-result > span.st-ui-type-heading {
    font-size: 16px;
    font-weight: bold;
}

a.st-ui-result .st-ui-type-heading {
    display: block;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: inherit;
    color: #4A5C81 !important    
}

a.st-ui-result .st-ui-type-heading em {
	background-color: #f6fcfe !important;
	font-style: normal;
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
}

a.st-ui-result .st-ui-type-detail p{
    /* max-height: 31px; */
    overflow: hidden;
    /* font-size: 12px; */
    font-weight: 400;
    line-height: 1.4;
    color: #788A9E;
}

a.st-ui-result .st-ui-type-detail p em {
	background-color: #f6fcfe !important;
	font-style: normal;
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
}
    	
a.st-ui-pagination-link{
	font-size: 13px;
	padding: 6px 12px;
	text-decoration:none;
	border: 1px solid #ddd;
}
		
a.st-ui-pagination-link:hover{
	background: #ddd;
	text-decoration:none;
}
		
a.st-ui-pagination-link.active{
	font-weight:bold
}
		
a.st-ui-pagination-link.active:hover{
	background: #fff;
}
		
a.st-ui-result:hover{
	background: #ddd;
}

a.st-ui-result:hover .st-ui-type-detail p{
	color: #000;
}
				
a.st-ui-result .st-ui-type-detail{
	max-height: 35px;
}
		
.st-page{
	margin-top:20px;
}

@media (max-width: 400px)
{
a.st-ui-result .st-ui-type-detail p{
    max-height: 48px;
}
}
		