.mod-table-scroll {
	overflow-x: scroll;
}

.mod-table-scroll .mod-table.midterm {
	width: 1000px;
}

.midterm td {
	font-size: 120%;
}
.midterm thead th,
.midterm td.center {
	text-align: center;
}
.midterm td .colTwo {
	display: flex;
	justify-content: space-between;
	width: 100%;
}