body{
	font-family:Verdana,Arial,sans-serif;
}

path{
	stroke: black;
	fill: none;
	pointer-events: all;
}

circle.point:hover{
	stroke-width: 3;
	stroke: black;
}

#content{
	margin: 20px;
}

#play{
	width: 30px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid black;
	margin-bottom: 10px;
	float: left;
}

#play:hover{
	box-shadow: 0px 0px 3px #888888;
	cursor:pointer;
}

#playImg{
	height: 100%;
	width: 100%;
}

#title{
	font-size:20px;
}

.dropBox{
    margin-top: 20px;
	margin-left: 20px;
    display:inline;
}

.majorPath{
	z-index:-1;
}