@charset "utf-8";
/* CSS Document */

table {
	padding:0;
	border-spacing: 0;
}
table th {
	background: #666666;
	color: #ffffff;
	font-weight: bold;
	width:50%;
}table tr th:first-child {
	border-right:0;
}
table tr td:first-child {
	border-right:0;
	border-top:0;
}
table tr td {
	border-top:0;
}