/*  CSS file for CS 5150, HTML5 version
William Y. Arms, January 2018 */

body {
	padding-top: 65px;
	font-size: 18px;
} 

h2, h3 {
	font-family: serif;
	color: #5D7084;
	font-weight: bold;
}

h4 {
	padding-top: 10px;
	font-size: 20px;
	font-family: serif;
	color: #5D7084;
	font-weight: bold;
}

h5 {
	padding-top: 0px;
	font-size: 20px;
	font-family: serif;
	color: #5D7084;
	font-weight: bold;
}

th, td {
		font-size: 18px;
} 

.section {
  padding:12px 10px 0 10px;
}

 .section a:hover{
  	color: #800000;
	text-decoration : none;
}

.customButton {
    width: 100px !important;
}

a.anchor {
    display: block;
    position: relative;
    top: -65px;
    visibility: hidden;
}

.navWrite {
   cursor:pointer 
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  border-top: none;
}

.table-condensed 
{
	margin-bottom: 0px;
}

