/* Make the nav bar stretch full width */

.table{
	background-color:#A6C9EC;
	width:100%;
	padding:10px;
}
.table tr{
	text-align: center;
}
.table td{
	padding-left: 20px;
	padding-right: 20px;
	width: 16.66%;
}

a.link:link, a.link:visited {
	background-color: gray;
	color:white;
	border:black;
	padding:10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

a.link:hover, a.link:active {
	background-color:white;
	color: gray;
}

.label{
	background-color: dimgray;
	text-align: left;
	padding: 20px;
}

.sub-table{
	border:solid;
	width :100%;
}

.grad-date {
	text-align: left;
	font-style: italic;
}

.list {
	text-align: left;
}