body {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

table {
	display: block;
	margin: 0 auto;
	border: 1px solid #a42d2e;
	border-collapse: collapse;
	width: 738px;
	
	overflow: auto;
	position: relative;
}

td , th {
	border: 1px solid #a42d2e;
	border-collapse: collapse;
	padding: 3px;
	vertical-align: top;
}

th, .age {
	position: sticky;
	top: -1px;
}

td {
	padding-top: 8px;
	font-size: 1.1em;
}



th {
	
	color: #a42d2e;
	box-shadow: 0 2px 0px -1px #a42d2e;
	background: #eee;
	font-size: 1.2em;
	padding-top: 5px;
}

span {
	 color: #0084a9; 
	 
 }
 
.age {
	top: 58px;
	background: #eee;
	box-shadow: 0 2px 0 -1px #a42d2e;
	text-align: center;
	font-weight: bold;
}

li {
	margin-top: 5px;
}

h1 {
	color: #000000;
	font-size: 20px;
	text-align: left;
	margin-left: 10px;
}

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;
width: 100px;
text-decoration:none;
margin-left: 5px;
text-align: center;
margin-bottom: 15px;
border: 2px solid #a42d2e;
padding: 6px 6px;
font-weight: bold;
color: #a42d2e;
 box-shadow: 0 5px 5px 0 rgba(0,0,0,0.11);
 border-radius: 10px;
}

.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: #0084a9;
	border-color: #0084a9;
	-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: #329a32;
	font-weight: bold;
}

li {
	margin-left: -20px;
}

ul {
	margin-top: -8px;
}

.down {
	padding: 2px 12px; 
		text-align:center;  
		color:#FFF;  
		text-decoration:none;  
		line-height:29px;  
		font-family: Roboto; 
		font-size: 16px;
		 display: inline-block;
	margin-left: 10px;
	margin-top: 10px;
		
		background: #3EACBA;  
		border:1px solid #379AA4;  
		background-image:-webkit-linear-gradient(top, #7a3434, #e89296);  
		background-image:-moz-linear-gradient(top, #7a3434, #e89296);
		background-image:-ms-linear-gradient(top, #7a3434, #e89296);  
		background-image:-o-linear-gradient(top, #7a3434, #e89296);  
		background-image:linear-gradient(top, #7a3434, #e89296);    
		border: solid 1px #6e0309;       
border-bottom: solid 1px #6e0309;       
box-shadow: inset 0 0 0 1px #fcc7ca;    
   color: #fff;    
 text-shadow: 0 1px 0 #85050e;
}

.print {
	text-decoration: none;
color: #fff;
background: #a01111;
padding: 8px 5px;
border-radius: 3px;
outline: none;
cursor: pointer;
margin: 30px auto;
display: block;
width: 90px;
text-align: center;
}
 