﻿#courselist {
	border:thin #004 solid;
	font-size:x-small;
}
#courselist table {
	width:100%;
}
#courselist td {
	white-space:nowrap;
}
#courselist td.description {
	white-space:normal;
	border:1px teal solid;
}
#courselist tr.headerrow {
	color:#ff0;
	background-color:#004444;
}
#courselist td.instructor {
	width:15%;
}
#courselist td.datetime {
	width:30%;
}
#courselist td.nameofclass {
	width:25%;
}
#courselist td.classlocation {
	width:25%;
}

