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

span.box {
	line-height: 2.0;
	margin: 2px 0;
	padding: 0 4px;
	border: 1px solid black;
}



table.table1 th, table.table1 td {
	padding: 2px 10px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
}

table.table1 th.blank {
	border: none;
	background-color: transparent;
}
table.table1 td.gray {
	background-color: gainsboro;
}
table.table1 td.blue {
	background-color: lightblue;
}
table.table1 td.green {
	background-color: palegreen;
}
table.table1 td.red {
	color: orangered;
	font-weight: bold;
}
