@charset "utf-8";

#homework_result{
	font-size:1.2em;
}
.homework .period{
	background-color:#DEE7F8;
	border:1px solid #A4BDEC;
	padding-left:15px;
	padding-right:15px;
	display:inline-block;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.homework_footer{
	margin-top:5px;
	text-align:center;
}
tr.even td {background:#E5ECF9;}