@charset "UTF-8";


.repair_table {
	width:100%;
	font-size:1em !important;
}
.repair_table thead tr th {
	background:#ddd;
	border: #808080 1px solid;
	text-align:center;
	padding:5px 5px;
	font-weight:bold;
	display:table-cell;
	line-height:1.5em;
}
.repair_table tbody tr td {
	background:#fff;
	padding:10px;
	line-height:1.5em;
}
.repair_detail {
	font-size:1em !important;
}
@media (max-width:750px) {
	.repair_table {
		table-layout: fixed;
	}
	.repair_table tbody tr td {
		padding:5px;
	}
}


