@charset 'UTF-8';

@media screen and (min-width:641px) {

	.tableLayout2 td.passS2{
		text-align: center;
	}

	.tableLayout2 td.passK2{
		font-weight: bold;
		font-size: 150%;
		text-align: center;
	}

	.tableLayout2 td.passK1, .tableLayout2 td.passK2{
		background-color:#eeeeee;
	}

}

@media screen and (min-width: 0px) and (max-width: 640px) {

	.tableLayout2 td.passS2{
		text-align: center;
	}

	.tableLayout2 td.passK2{
		font-weight: bold;
		font-size: 150%;
		text-align: center;
		background-color:#eeeeee;
	}

	.tableLayout2 td.passK1, .tableLayout2 td.passK2{
		background-color:#eeeeee;
	}

}