@charset "utf-8";

.el {
	height: 20px;
}

table td em {
	padding-left: 5px;
	font-weight: 600;
	color: #f87b0b;
}

table th em {
	padding-left: 5px;
	font-weight: 600;
	color: #f87b0b;
}

#searchDiv {
	border: solid 1px #e1e1e1;
	background-color: rgb(247, 247, 247);
	padding: 10px;
}

#searchDiv p {
	float: left;
}

.highlight {
	background-color: yellow;
	font-weight: bold;
}