@charset "UTF-8";

table.JCTable thead tr th
{
	background-color: #99eeff;
	border-right: solid white 1px;
}

table.JCTable thead tr:first-child th:first-child {
	border-top-left-radius: 10px;
}

table.JCTable thead tr:first-child th:first-child {
	border-bottom-left-radius: 10px;
}

table.JCTable thead tr:first-child th:last-child {
	border-top-right-radius: 10px;
}

table.JCTable thead tr:last-child th:last-child {
	border-bottom-right-radius: 10px;
}

table.JCTable thead th {
	vertical-align: middle;
	text-align: center;
}
