:root {
	--main-bg-color: #C5DAEB;
  }
  

@media (max-width: 767px) {
	body {
		padding-top: 70px;
	}
}

/* #customh2 h2 {
	xcolor: rgba(220,220,250,1.00);
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 24pt;
} */
	h3 {
		padding-top: 0.8em;
	}

body {
	background-color: var(--main-bg-color);
	/* min-height: 2000px; */
	font-size: 12pt;
	/* font-weight: 200; */
}

.jumbotron {
	background-color: rgba(235, 235, 235, 1.00);
	margin-bottom: 0px;
	margin-top: 0px;
}

.container {
	max-width: 900px;
}

.container .jumbotron {
	border-radius: 0px;
}


p {
	font-size: 12pt !important;
}

th {
	font-size: 12pt;
	font-weight: 400;
}

th.due {
	color: red;
}

th.rubric {
	width: 20%
}


.content-481s p {
	font-weight: 400 !important;
}
