body {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

table {
	display: block;
	margin: 0 auto;
	border: 1px solid #ff4a00;
	border-collapse: collapse;
	width: 745px;
	height: 450px;
	overflow: auto;
	position: relative;
}

td , th {
	border: 1px solid #ff4a00;
	border-collapse: collapse;
	padding: 3px;
	vertical-align: top;
}

th, .age {
	position: sticky;
	top: -1px;
}

td {
	padding-top: 8px;
}

td:nth-child(3) {
	width: 40%;
}

td:nth-child(5) {
	width: 25%;
}

th {
	height: 50px;
	color: #ff4a00;
	box-shadow: 0 2px 0px -1px #ff4a00;
	background: #feeee6;
	font-size: 1.1em;
	padding-top: 5px;
}

.age {
	top: 58px;
	background: #feeee6;
	box-shadow: 0 2px 0 -1px #ff4a00;
	text-align: center;
	font-weight: bold;
}

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 #ff4a00;
	padding: 6px 5px;
	font-weight: bold;
	color: #ff4a00;
	width: 80px;
	font-size: 1em;
	font-size: 105%;
}

.active {
	background: #ff4a00;
	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: #ff4a00;
	border-color: #ff4a00;
	-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;
}