.wintertable table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}
.wintertable {
	font: normal 1em/150% Arial, Helvetica, sans-serif,'Microsoft JhengHei';
	background: #fff;
	overflow: hidden;
	border: 1px solid #6d6d6d;
}
.wintertable table td, .wintertable table th {
	padding: 8px 4px;
}
.wintertable table thead th {
	background-color:#20ac9f;
	color:#FFFFFF;
	font-size: 1.2em;
	border-left: 1px solid #ffffff;
	text-align:center;
}
.wintertable table thead th:first-child {
	border: none;
}
.wintertable table tbody td {
	color: #303030;
	border-left: 1px solid #6d6d6d;
	font-size: 1.2em;
	border-bottom: 1px solid #6d6d6d;
	text-align:center;
}
.wintertable table tbody .alt td {
	background: rgba(122, 198, 191, 0.2);;
	color: #303030;
}
.wintertable table tbody td:first-child {
	border-left: none;
}
.wintertable table tbody tr:last-child td {
	border-bottom: none;
}
