body {
margin: 0;
padding: 0;
position: absolute;
font-family: 'Times New Roman';
font-size: 1em;}

.wrapper
{display: block;
margin: 0 auto;

width: 950px;
background: #fffbf9;}
th, .age {

  position: sticky;
  top: 0px;
  
  
}
.double {
	top: 74px;
}

.secondrow {
	top: 94px;
}
td , th {
	border: 1px solid #00b7b7;
	border-collapse: collapse;
	padding: 10px;
padding-left: 15px;
	
}
th {
	height: 53px;
	color: #00b7b7;
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  background: #daf5f5;
	
}

.age {
	top: 74px;
	background: #daf5f5;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
	
}
table {
	width: 100%;
	height: 750px;
	overflow: auto;
	border-collapse: collapse;
	
	 position: relative;
	
}





td {
	vertical-align: top;
}

td {
	text-align: left;
	vertical-align: middle;
	font-size:1em;
	padding: 5px;
}
li { margin-top: 5px;}


h1 {
	color: #00b7b7;
	font-size: 20px;
	text-align: center;
}
p {
	margin-left: 20px;
}


.active {
	transition: 1s ease;
	opacity: 0;
}

h2 {

font-weight: bold;
font-size: 110%;
margin-top: 2px;
margin-bottom: 0px;
margin-left: 7%;
}

