html.iframe, html.iframe body {
	min-width:250px;
	height:auto;
	background:transparent;
}
html.iframe body{
	overflow: hidden;
}
#search-results{
	padding:20px 10px 0px 5px;
	overflow:hidden !important;
}

#search-results iframe html{
	border:none;
}
#search-results iframe {
	min-width:250px;
}

h4{
	position: relative;
	top: -5px;
	font: 23.8px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #e74c3c;
  margin: 10px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
}
ol.search_list {
	margin-left: 0px;
	list-style-type:none;
	counter-reset: ol;
	padding-bottom: 0px;
	overflow: hidden !important;
}
ol.search_list li:before {
content: counter(ol) ".";
counter-increment: ol;
float:left;
display:block;
width:20px;
text-align:right;	
padding-right:10px;
margin:0px 0px 0 -30px
}
ol.search_list li {
	padding-bottom:20px;
	margin-left:30px;
}
span.match {
	color:#019e35;
	font-size:13px;
	display:block;
}
span.search {
	color:#e74c3c;
}
.search_link{
	text-decoration: underline;
}
.search_link:hover{
	text-decoration: none;
}