/* here you can put your own css to customize and override the theme */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align: middle !important;
}
.table-condensed{
	width:100%;
}

.form-horizontal .radio{
	/*min-height :37px;*/
}

div.row-table {
	vertical-align: middle !important;
	padding: 5px;
	font-size: 16px;
	font-family: "微軟正黑體";
}
div.table-head > div {
	background-color: #eee;
	font-size: 20px !important;
	font-weight: bold;
	border-left: 5px solid #fff;
	padding: 5px 5px;
}
div.table-body {
	margin-top: 10px;
}
div.table-body > div {
	padding: 5px;
	border-left: 5px solid #fff;
    min-height: 32px;
}
div.table-body:hover{
	background-color: #eee;
}
div.table-end:before {
	margin: 10px 0px;
	content: "";
	display: block;
	border-bottom: 2px solid #b7bbbf;
}
.margin-top-10{
	margin-top:	10px;
}
.decode_text {
	position: absolute;
	top: 8px;
	right: 8px;
	display: blobk;
	z-index: 999px;
}
.highlight_item {
    font-weight: bold;
    font-size: 1.1em;
    color: #FF3333;
}