table {
	margin-bottom: 50px;
	color: #333333;
}
table th {
	padding: 7px 0;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid;
	vertical-align: top;
	color: #333333;
}
table.courses th {
	border-color: #f4792a;
}
table.practice th {
	border-color: #84ad40;
}
table td {
	padding: 5px 0;
	font-size: 12px;
	vertical-align: top;
	color: #333333;
}
table .outdent {
	position: relative;
	left: -0.5em;
	margin: 0 !important;
}
table .date {
	width: 115px;
}
table .name {
	width: 185px;
}
table .teacher {
	width: 145px;
}
table .schedule {
	width: 185px;
}