/* bible_names.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;
}
.table-responsive {
	width: 100vw;
}
@media (min-width: 576px) {
	.table-responsive {
		width: 100%;
		padding: 0 25px;
	}
}
.highlight_input_bar_active {
	background-color: #0077AB;
	color:#FFF;
}
table.name_list td {
	border: 1px solid #0077AB;
	padding:10px !important;
	vertical-align: middle !important;
}
table.name_list {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
.table_header td {
	padding:15px 0 !important;
	text-align: center;
	background-color:#FFEBC7;
	color: #0077AB;
}