@charset "utf-8";
/* CSS Document */

#myHeading{
	background-color: #212529;
	color: white;
}

#topLogo {
	height:75px;
}

#subHead {
	text-align: center;
}

.error{
	background-color: crimson;
	color: white;
}

#success{
	background-color: green;
	color: white;
}

th, td{
		font-size: 12px;
		/*word-wrap:break-word;*/
	}
/*@media only screen and (min-width: 768px) {
	 th, td{
		font-size: 14px;
		word-wrap:normal;
	}
}*/