body {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

.wrapper {
	display: block;
	margin: 0;
	width:738px;
	
	padding-bottom: 40px;
	
	
}
.blekh {
	display: block;
	margin: 0;
	width:738px;
	
	position: relative;
	
}

.scale {
	position: absolute;
	left: 5px;
	top: 235px;
	width: 40px;
}
img {
	
}
td , th {
	border: 1px solid #0084a9;
	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: #0084a9;
	box-shadow: 0 2px 0px -1px #0084a9;
	background: #eee;
	font-size: 1.1em;
	padding-top: 5px;
}

.age {
	top: 58px;
	background: #eee;
	box-shadow: 0 2px 0 -1px #0084a9;
	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 #0084a9;
	padding: 6px 5px;
	font-weight: bold;
	color: #0084a9;
	width: 94px;
	font-size: 1em;
	
}

.active {
	background: #0084a9;
	color: #fff;
}


a {
	color: #329a32;
	font-weight: bold;
}

li {
	margin-left: -20px;
}

ul {
	margin-top: -8px;
}



.tooltip {
  position: absolute;
  bottom: -5px;
  left: 0px;
  padding: 0;
  cursor: pointer;
 z-index: 11;

}



.tooltip .tooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: white;
  color: black;
  text-align: left;
  
  padding: 5px;
  padding-left: 15px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 150%;
  border: 8px solid #ccc;
  line-height: 1.3rem;
}


.tooltip .tooltiptext::after {
   content: "";
  position: absolute;
  top: -3px;
  right: 100%;
 
  border-width: 25px;
  border-style: solid;
  border-color: transparent #ccc transparent transparent;
}




.tooltip:hover .tooltiptext {
  visibility: visible;
}


.tooltip img {
	width: 40px;
}

.tooltip b {
	color: #0084a9;
}

.as-btn-blueborder-small {
		border: 2px solid #0084a9;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: transparent;
		font-family: sans-serif, Arial;
		color: #0084a9;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		text-shadow: none;
		text-transform: none;
		vertical-align: baseline;
		white-space: nowrap;
		-webkit-font-smoothing: antialiased;
		padding: 5px 10px;
		font-size: 14px;
		font-weight: bold;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		position: absolute;
		left: 0px;
		bottom: -30px;
		z-index: 11;
		display: block;
	}
	
	.as-btn-blueborder-small:hover {
		color: #fff;
		background: #0084a9;
	}
	
	.as-btn-blueborder-small:focus {
		outline: 0;
	}