div.students-subject {
	background-color: #BBDDFF;
	padding: 3px 10px 3px 5px;
	margin: 5px 0px 0px 0px;
	font-weight: bold; }

table.students {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
	width: 100%; }
	
table.students th {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #BBDDFF; }

table.students td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #BBDDFF; }
	
td.student-name,
th.student-name {
	padding-left: 0px; }