body{
	font-family:Verdana, Geneva, sans-serif
}

#year{
	font-size:32px;
}

#play{
	width: 30px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid black;
	margin-bottom: 10px;
	float: left;
}

#tooltip{
	position:absolute; 
	top:45%; 
	right:20px;
	width:450px;
	height:180px;
	border: 2px solid black;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #888888;
	display:none;
}

#play:hover{
	box-shadow: 0px 0px 3px #888888;
	cursor:pointer;
}

#playImg{
	height: 100%;
	width: 100%;
}

.line{
	border: 2px solid black;
}

.shape{
    stroke: #000;
    stroke-width: .25px;
}

.shape:hover{
	stroke: #FFFF00;
	stroke-width: 1px;
}

.text1{
	font-size:32px;
}

.text2{
	font-size:24px;
}

.text3{
	font-size:16px;
}