/*  SNHU Website Final

 Filename: servicestable.css

 Author: Brian Demers   

 Date:   10/30/2015

 */

 

.services td {
	padding: 0px 5px;
	text-align: center;
	font-size: 18px;
}
.services caption {
	border-bottom: 2px light blue;
	text-align: center;
	font-size: 20px;
	font-style: italic;
}
.services thead {
	border-bottom: 2px light blue;
	background-color: blue;
	text-align: center;
}
.services thead tr {
	height: 25px;
}
.services thead th {
	padding: 0px 5px; 
	letter-spacing: 2px;
	text-align: center;
}
.services tfoot {
	border-bottom: 2px light blue;
	background-color: blue;
	text-align: center;
}
.services tfoot tr {
	height: 40px;
}
.services col.firstColumn {
   width: 22%;
}
.services col.middleColumns {
   width: 28%;
}
.services col.lastColumn {
   width: 22%;
}