@import url(//fonts.googleapis.com/css?family=Contrail+One);

html, body {
	min-width:300px;
	height:auto;
	border: none;
	padding-bottom: 0px;
	outline: none;
	box-shadow: 0px;
	background: transparent;
}

body {
	overflow:hidden;
	border: none;
}
#search-results{
	padding:0px 10px 0px 5px;
	overflow:hidden;
	border: none;
}

#search-results iframe html{
	border:none;
}
#search-results iframe {
	min-width:300px;
}


ol.search_list {
	margin-left: 15px;
	list-style-type:none;
	counter-reset: ol;
	border: none;
}


ol.search_list li:before {
	content:"." counter(ol) ;
	counter-increment: ol;
	float:right;
	display:block;
	width:20px;
	text-align:right;	
	margin: 19px 0px 0 -30px;
	padding-right: 20px;
	padding-left:40px;
	border: none;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-family: 'Bevan', cursive;
	font-weight: normal;
}
ol.search_list li:first-child:before {
	margin-top: 23px;
}
ol.search_list li + li:before {
	margin-top: 19px;
}
ol.search_list li {
	margin-left:15px;
	border: none;
	font: 13px/20px Arial, sans-serif!important;
	color: #a4a4a4;
	text-transform: none;
	text-align:right;


}
span.match {
	color:#d86d04;
	font-size:11px;
	display:block;
	
}
span.search {
	color:#d86d04;
	border: none;
}
h2.search_title { padding-top: 20px;}
h2.search_title a:hover { text-decoration: underline;}


