/* bible_search.php */
#range {
	height: 54px;
	border: none;
	width: 150px;
	float:left;
	padding-left: 5px;
	background: #E2E0E0 url(/bible/img/updown.svg) right 5px center no-repeat;
	background-size: 16px auto;
}
#q {
	height: 54px;
	border: none;
	padding: 0 13px;
	width: calc(100% - 204px);
	float:left;
}
#submit {
	border: none;
	background-color:#0077AB;
	padding:6px;
	border-radius: 0px;
}
.search_list {
	padding: 20px;
}
.page_number {
	width: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
}
a.page_number {
	background-color:#E2E0E0;
	color:#000;
}
span.page_number {
	background-color:#0077AB;
	color:#FFF;
}
.arrow img{
	height:18px;
	margin: 6px 10px 10px 0;
}
.next img {
	height:18px;
	margin: 6px 0 10px 0;
}
.arrow, .next {
	display: none;
	padding: 0 15px;
}
.search_text {
	float: left;
	padding-right: 30px;
}
.total {
	text-align: right;
	margin-bottom: 20px;
}
.bible-verse-highlight-word {
	color:#0077AB;
}
.bible-verse-more-highlight-word {
	font-weight: bold;
	color:#0077AB;
}
@media (min-width: 576px) {
	.arrow, .next {
		display: inline-block;
	}
}