table.lesson {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: none;
	margin-bottom: 10pt;
}

table.lesson th {
	background: #caa883;
}
table.lesson td {
	padding: 4px;
	border-bottom: 1px solid black;
}

table.lesson th.file-size
, table.lesson th.file-size-small
, table.lesson th.file-size-large {
	text-align: center;
}
