  /* CSS Document */

#topFour {
	border: thin solid #CCC;
    float: left;
    margin-right: 1em;
	height: 17em;
    width: 48%;
}
#bySubject {
	border: thin solid #CCC;
    float: right;
    height: 17em;
    width: 48%;
	text-align: center;	
}
#topFour h4, #bySubject h4 {
	background-color: #333;
    padding-top: 0.4em;
    text-align: center;
	color: #FFF;
}
#bySubject h4 a {
	color: #FFF;
}
#bySubject form {
	padding: 1em;
}
#topFour p, #bySubject p {
	padding: 1em;
	text-align: center;
}
#topFour ul {
	float: right;
	width: 70%;
}
#topFour form {
	float: right;
	width: 70%;
}
#content h5 {
    margin-top: 15.5em;
	padding-top: 2em !important;
}
#content th {
    background-color: #663399;
    border-bottom: medium solid #CC99FF;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.4em 0 !important;
}
#content td {
    padding: 1em 0.4em !important;
}
#content tr:nth-of-type(even) {
  background-color:#EEE;
}
#content ol, #content ul {
	padding: 0;
}
#content ul li {
	list-style-type: none;
	margin-left: none !important;
}
/* ------------------------- Breadcrumb Title ------------------------- */
#breadCrumb p { 
	padding: 0;
}
h2 {
	font-size: 150%;
}
#container #breadCrumb > h2:first-of-type {
	font-weight: bold;
	width: 19%;
	background: #ddd;
	padding: .1em;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
/* ------------------------- Side Navigation ------------------------- */
#sideNav ul {
	background: #eee;
}
#sideNav ul li {
	padding: .8em 0;
}
#sideNav li:hover {
	color: #fff !important;
	background: #A385C2;
}
#sideNav ul li:hover a {
	color: #fff;
}
/* ------------------------- From Hours page ------------------------- */
#content blockquote {
	margin: 0 0 .5em 0;
	padding: 0.5em;
	text-align: center;
	border: #999 dashed thin;
	quotes: none;
	text-decoration: none;
	font-size: 1.2em;
}
#content h3 {
	color: #C98210;
	font-weight: bold;
	padding: 0.5em 0;
	font-size: 1em;
}
#content table caption {
	color: black;
	font-weight: bold;
	padding: 0.5em 0;
	font-size: 1.2em;
	text-align: center;
}
#content tr th {
	height: 35px;
	color: #fff;
	text-align: center;
	background: #639;
	background-image: 0 35% #6728ab 68%;
	border-top: none;
	border-right: none;
	border-bottom: medium solid #C9F;
	border-left: none;
	vertical-align: middle;
}
#content th {
	font-size: 1em;
	font-weight: normal;
	
}
#content td {
	text-align: left;
}
#content tr td {
	border: #666 thin solid;
	padding: .8em;
}
@media screen and (max-width: 41.3em) {
	
#content table {
	font-size: .7em;
}

@media screen and (max-width: 69.2em) {
#topFour, #bySubject {
	height:19em;
}
#content h5 {
    margin-top: 17em;
}
}
@media screen and (max-width: 41.3em) {
#topFour, #bySubject {
	margin-bottom: 1em;
	width:100%;
}
#content h5 {
    margin-top: 30em;
}	

/*******  TEMP COVID19 March 2020 EXTRA/Free DB Content *******/
.covid19 {
	background-color:#FFFF00; 
	font-size:110%;
	font-weight:bold;
}
.covid19 a:hover,a:visited {
color:#000000;
}

