body {
	margin-left: 20px;
	padding: 2px; 
}

h1, h2, h3, h4, h5, h6 {color: #007680;} /*old UNCW teal = #007073*/
h4 {margin-left: 15px;}
/*#e6ffff,#fff6cc*/

a {
	color: #007073;
	text-decoration: none;
}

a:hover {background-color: #FFD600;}
a:visited {color: blue;}

p {margin-left: 20px;}
img { max-width: 100%; height: auto; }

table {margin-left: 20px;}
td {vertical-align: top;}
table, th, td {
  border: 1px solid black;
}

#top-all {
	padding: 1px;
	display: flex;
}

#top-left, #top-centerL, #top-centerR, #top-right {
	width: 20%;
	padding: 1px; 
}
#top-centerC {width: 15%;}

#schedule table {
	border: 1px solid #dddddd;
	border-collapse: collapse;
	width: 90%;
}

#schedule ul {
	padding-left: 20px;
	list-style-type: circle;
}

#schedule th {text-align: center;}

/*#schedule tr:nth-child(even) {background-color: #e6ffff;}*/
#schedule tr {border: 1px solid #003366;}

.clearFloat {clear: both;}
.dateWidth {width: 120px;}
.assignWidth {width: 300px;}
.bb {color: #003366;}
.bb:hover {background-color: #d7e6f4;}
.rr {color: red;}
.wd {width: 17%;}
.we {width: 5%;}
.T {color: #003366; font-weight: bold;}
