body {
margin: 0;
padding: 0;


font-size: 0.9em;}

.wrapper
{display: block;
margin: 0 auto;
border: 1px solid #a42d2e;
	border-collapse: collapse;
width: 745px;
}
th, .age {

  position: sticky;
  top: -1px;
  
  
}
td , th {
	border: 1px solid #a42d2e;
	border-collapse: collapse;
	padding: 3px;

	
}
th {
	height: 50px;
	color: #a42d2e;
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  background: #eee;
	
}

.age {
	top: 55px;
	background: #eee;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
	text-align: center;
	
}
table {
	width: 100%;
	height: 750px;
	overflow: auto;
	border-collapse: collapse;
	
	 position: relative;
	
}

span {
	color: #a42d2e;
	font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 28px;
	font-size: 1em;
	font-weight: bold;
}




td {
	vertical-align: top;
}
li { margin-top: 5px;}


h1 {
	color: #85c441;
	font-size: 20px;
	text-align: center;
}
p {
	margin-left: 20px;
}




h2 {

font-weight: bold;
font-size: 100%;
margin-top: 2px;
margin-bottom: 0px;
margin-left: 7%;
}

.blue {
	background: #d9ebf1;
}

.active, .passive{
display: inline-block;
text-decoration:none;
margin-right: 10px;
text-align: center;
margin-bottom: 10px;
background: #fff;
  border: 2px solid #a42d2e;
padding: 6px 5px;
font-weight: bold;
color: #a42d2e;
width: 150px;
font-size: 1em;

}

.active {
	background: #a42d2e;
	color: #fff;
	
}

button{
	 text-decoration: none; 
 padding: 5px 10px;  
 color: #fff;  
font-size: 0.9rem; 
 text-shadow: 0 1px 0 rgba(0,0,0,.2);    
 display: block; 
 cursor: pointer;
 width:85px; 
 text-align: center;
margin: 10px auto; 

 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.3)), to(rgba(255,255,255,0)));   background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));   background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));   
 background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));  
 background-image: -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));   
 background-image: linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));   
 background-color: #a42d2e;   
 border-color: #a42d2e;  
 -moz-border-radius: 3px;   
 -webkit-border-radius: 3px;   
 border-radius: 3px;   
 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;   -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;   box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;   
 text-shadow: 0 1px 0 rgba(255,255,255, .9);
}

a { color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
color: #043ecc;
}