body {
	margin: 0px 0px 20px 0px ;
	font-family: tahoma, sans-serif ;
	font-size: 12px ;
	background: #e5e5e5 ;
	background-position: top ;
	background-repeat: repeat-y ;
	color: #000000 ;
}

.tab {
	margin-left: 8px;
}

.left-align {
	text-align: left;
	margin-top: 8px;
}

p {
	line-height: 18px; 
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 18px ;
	font-weight: bold ;
	color: #2F7F2F ;
	font-family: tahoma ;
	padding: 2px ;	
}

h2 {
	font-size: 15px ;
	font-weight: bold ;
	color: #69685F; 
}

h3 {
	font-size: 12px ; 
	font-weight: bold ;
}

.home-cta {
	display: inline-block ;
	padding: 15px 30px ;
	border-radius: 10px ;
	background: #2F7F2F ;
	color: #fff !important ;
	text-align: center ;
	text-decoration: none ;
	font-size: 1.3em ;
	transition: all 0.3s ease ;
}

.home-cta:hover {
	transform: scale(1.05) ;
	text-decoration: none ;
}

.button {
	padding: 2px 10px ;
	margin: 3px 3px ;
	background: #000000 ;
	border: 1px solid #ffffff ;
}

.buttonUp {
	padding: 2px 10px ;
	margin: 3px 3px ;
	background: #990000 ;
	border: 1px solid #ffffff ;
}

a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #ffffff ;
	text-decoration: none ;
	font-size: 14px ;
	font-family: verdana ;
	font-weight: bold ;
}

a.navLink:hover {
	color: #ffff00 ;
	/*text-decoration: underline ;*/
}

a:link {
	color: #235E23 ;
	text-decoration: none; 
}

a:active, a:visited {
	color: #235E23 ;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline; 
}

#content {
	padding: 0px 20px 20px 20px;
}

.navCell {
	padding: 14px; 
}

.required {
text-align:center;
color: #990000;
}


img {
	max-width: 100% ;
}

.shawn_container {
	font-size: 1.2em ;
	text-align: center ;
	margin-bottom: 50px ;
}

.shawn_container h2 {
	font-size: 1.5em ;
	color: #222 ;
}

.caption {
	margin-top: 1rem;
	color: #898989;
	margin-bottom: 1rem;
}

/* inductees table */

table.inductees, table.inductees tr, table.inductees tr td {
	display: block;
}
	
table.column-left {
	float: left; 
	width: 50%;
}

/* coach's portraits */

.coach-images-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.coach-images {
	width: 259px;
}

.coach-images img {
	width: 100%;
}

.coaches-table td{
	padding: 3px 5px 7px 5px;
	font-size: 14px;
}

a.button-special {
	display: block; 
	padding: 0.5rem 1rem; 
	color: white; 
	font-weight: bold; 
	text-decoration: none; 
	background-color: #2F7F2F ;
	border-radius: 2px;
}