body {
	margin: 0;
	padding: 0;
	font-size: 2vw;
}

table {
	display: block;
	margin: 0 auto;
	
	border-collapse: collapse;
	border-bottom: 0.5px solid #a42d2e;
	
	position: relative;
}

td , th {
	border: 1px solid #a42d2e;
	border-collapse: collapse;
	padding: 0.5vw;
	vertical-align: top;
}

th,.age {
	position: sticky!important;
	
}

td {
	padding-top: 1vw;
}

td:nth-child(1) {
width: 20%;	
}

td:nth-child(2) {
width: 60%;
}

th {
	
	color: #a42d2e;
	 box-shadow: inset 2px 2px 1px rgba(154, 147, 140, 0.5), 1px 1px 1px rgba(255, 255, 255, 1);
	background: #feeee6;
	top: -0.2vw;
	
}

.age {
	top: 6.5vw;
	background: #feeee6;
	box-shadow: inset 2px 2px 1px rgba(154, 147, 140, 0.5), 1px 1px 1px rgba(255, 255, 255, 1);
	text-align: center;
	font-weight: bold;
}
span {
	color: #ff4a00;
	font-weight: bold;
}



h1 {
	color: #a42d2e;
	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: 1vw;
text-align: center;
margin-bottom: 1vw;
border: 0.4vw solid #a42d2e;
padding: 0.6vw 0.8vw;
font-weight: bold;
color: #a42d2e;
font-size: 2vw;
}

.active {
	background: #a42d2e;
	color: #fff;
}


a {
	color: #329a32;
	font-weight: bold;
}

li {
	margin-top: 0.5vw;
	margin-left: -20px;
}

ul {
	margin-top: -0.8vw;
}

 