#st-results-container{
	margin: 2em 0;
	padding: 0 2%;
	width: 96%;
	line-height: 1.1em;
	text-align: center;
	color: #ccc;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 2000px;
}

#st-results-container::-webkit-scrollbar{
width:16px;
background-color:#333;
}

#st-results-container::-webkit-scrollbar-thumb{
	background-color:#545454;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
} 


#st-results-container a{
	display: inline !important;
	width: auto !important;
	height: auto !important;
}

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

form input.st-search-input {
  font-size: 12px;
  padding: 5px 9px 5px 27px;
  height: 18px;
  width: 200px;
  color: #666;
  border: 1px solid #ccc;
  outline: none;
  background: #fcfcfc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUFJREFUeNqU0j0oRWEcx/Hj3ifvlMHL7C1lY7mDwUBKkoksBjKJxWIQu7xlOybDLVGukhhMZDFbxGBS8nIjKR3E96nf0dPjuuVfn+6tc35P//P8/yYMw8CpbgygGQlcYw8H+Ai8MvotxQImgt81hk1M4cEPF2IV43jCGo7wjk5MYhhlGMKbG+7BKO4wiGPn8DO1vIN+jGA9fpjQaUksecG4zjGPL3VQ5IZb9OAw+LtO1FkjatxwUuEoTzjSbRu9/xO+0W97nnArqvXuoxve1/9p1OUIlmNGU7EX9+KGt3GKNuyiC5WoQAe2NJFP3PpzzmoR0khpxle6h3pnkeKJPCPjbtglerVFfWhSVxfqJtK4qrChTMY4XdjVm9O21aIA92LrFcv6HHtAsclxQVnxa0WfsqgDUib4X9muStCA2W8BBgDJ0EeGeFZ8WAAAAABJRU5ErkJggg==) no-repeat 7px 7px;
}

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

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

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

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

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



div.st-result {
  border-bottom: 1px solid #999;
  padding-bottom: 12px;
  margin-bottom: 12px;
  text-align: left;
  position: relative;
}

div.st-result h3 {
  font-size: 1.4em !important;
  margin: 5px 0;
}

#st-results-container div.st-result h3 a{
	color: #fff !important;
}

#st-results-container div.st-result h3 a:hover{
	color: #b92025 !important;
}

#st-results-container div.st-result p{
	color: #ccc;
	margin: 0;
	line-height: 1.1em;
}
#st-results-container div.st-result .sponsor{
	color: #0C7DBD;
	font-weight: bold;
}

#st-results-container div.st-result .thumbnail{
	width: 65px !important;
	height: 50px !important;
	margin-left: 5px;
	overflow: hidden;
	display: block !important;
}

#st-results-container div.st-result .thumbnail img{
	width: 100%;
	height: auto;
	display: block;
}

#st-results-container  div.st-result .thumbnail.type-staff{
	border-radius: 100px;
	background: #fff;
	width: 50px !important;
	margin-right: 10px !important;
}

 
#st-results-container  div.st-result .thumbnail.type-staff img{
	width: 80%;
	margin: 0 10%;
}



div.st-page{
	margin-bottom: 5px;
}

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: 20px;
}
 */

.st-prev,
.st-next{
	margin: .5em 0;
    padding: .5em 1em;
    font-size: 1em;
    font-weight: bold;
    color: #FFF !important;
    border: 0;
    border-radius: .25em;
    background: #B92025;
    cursor: pointer;
    -webkit-appearance: none;
    width: 20%;
    display: block;
}
.st-prev{
 float: left;
}
.st-next{
 float: right;
}
#st-status{
margin: .5em 0 1.5em 0;

}
#st-status p{
color: #ccc !important;
}

#st-status p.right{
	margin-left: 2em;
}
#st-status a{
	color: #fff !important;
}

#st-status a.active{
	color: #fff !important;
	text-decoration: underline !important;
}

#st-status .authorFilter{
	margin: 0 0 .5em 0;
}

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


@media screen and (max-width: 580px){
	#st-results-container div.st-result {
		font-size: .9em;
	
	}
}
