@charset "UTF-8";
/* CSS Document */

th {
	background-color: #eeeeee;
	width: 15%;
	border-bottom: 1px solid #D2D2D2;
	border-top: 1px solid #d2d2d2;
}
th {
	text-align: center;
}
td {
	width: 25%;
}
.th, td {
	font-size: 12px;
	border-left-style: none;
	border-right-style: none;
	border-bottom: 1px solid #D2D2D2;
	border-top: 1px solid #d2d2d2;
	padding: 3px;
}


