/* bible_easton.php */
#submit {
	border: none;
	background-color:#0077AB;
	padding:8px;
	border-radius: 0px;
}
#keyword {
	height:54px;
	width:calc(100% - 54px);
	padding:0 10px;
	border: none;
	float:left;
}
.highlight_input_bar, .highlight_input_bar_active {
	width: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	text-decoration: none;
	margin-right:15px;
	margin-bottom: 10px;
}
.highlight_input_bar {
	background-color: #E2E0E0;
	color:#000;
}
.highlight_input_bar:hover {
	color: #0077AB;
}
.highlight_input_bar_active {
	background-color: #0077AB;
	color:#FFF;
}
h4 {
	margin-top: 20px !important;
	margin-bottom: 20px;
	color: #0077AB;
}
.inner_table_background {
	margin-top: 30px;
}
.inner_table_header {
	border-bottom: 1px #DDD solid;
}
.inner_table_header td {
	padding-bottom: 20px !important;
	color: #999;
}
.link {
	font-size: 16px;
	display: inline-block;
	padding: 5px 0;
}