.coursetablemain {
            color: black;
        }

.coursetable {
	border: solid 1px black;
	color: black;
}

.coursetable th {
	font-size: 14px;
	font-weight: bold;
	color: black;
	border: solid 1px black;
	padding: 5px;
}

.coursetable td {
	color: black;
	border: solid 1px black;
	font-size: 12px;
	padding: 5px;
}
.coursetable td:nth-child(4) {
	text-align: center;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}