#court {
	height: 80%;
	max-height: 80%;
	max-width: 100%;
	overflow: hidden;
}

#tennis-court {
	height: 100%;
	width: 100%;
	background-color: #0A5C2F;
}

#tennis-court path {
	stroke: #ffffff;
	stroke-width: 0.5px;
	fill:none;
}

#tennis-court text {
	text-anchor: start;
	font-size: 0.2rem;
	text-decoration: none;
	stroke: #ffffff;
	stroke-width: 0.1px;
	fill: #ffffff;
}

#tennis-court rect {
	fill: #0A5C2F;
	stroke-width: 0.1px;
}

#tennis-court rect:hover {
	fill: #ccff00;
}