table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	display:table;
	font-size: 80%;
	border:1px solid #ccc;
}
table tr {
	border-bottom:1px solid #ddd;
}
table tr:nth-child(odd) {
	background-color:#fff;
}
table tr:nth-child(even) {
	background-color:#f1f1f1;
}
table td {
	padding: 4px 4px;
	display: table-cell;
	vertical-align: top;
}
table tr td {
	text-align:center;
}
thead tr {
	background-color: #f1f1f1!important;
}
thead td {
	border-right: 1px solid #ccc!important;
}
tbody td[rowspan="2"]+td {
	text-align:left;
	border-right: 1px solid #ccc!important;
}
tbody td[rowspan="3"]+td {
	text-align:left;
	border-right: 1px solid #ccc!important;
}
thead tr td {
	font-weight: bold;
	text-align-last: center;
	text-align:center;
}
td:first-child {
	text-align: left;
	border-right: 1px solid #ccc!important;
}