html { 
	height: 100%; 
	overflow: hidden;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #E8E5CF;
}

#loading {
	position:absolute;
	top:50%;
	left:50%; 
	text-align: center;
	width: 400px;
	height: 30px;
	margin-top: -15px;
	margin-left: -200px;
}

.title {
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	font-size: 24;
	text-anchor: middle;
	fill: #000000;
}

.female {
	fill: rgb(102, 0, 102);
	stroke: none;
	opacity: 0.8;
	shape-rendering: optimizeSpeed;
}

.male {
	fill: rgb(51, 51, 102);
	stroke: none;
	opacity: 0.8;
	shape-rendering: optimizeSpeed;
}

.axis {
	stroke: #000000;
	stroke-width: 1;
}
.grid {
	stroke: #000000;
	stroke-width: 1;
	opacity: 0.25;
}

.gtext {
	font-family: arial, verdana, helvetica;
	font-style: normal;
	font-size: 12;
	text-anchor: middle;
	fill: #000000;
}

.frame {
	fill: none;
	stroke: #000000;
	stroke-width: 1;
}

.label {
	font-family: arial, verdana, helvetica;
	font-size: 12;
	fill: #000000;
}

.wlabel {
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	font-size: 18;
	fill: #FFFFFF;
}

.data {
	font-family: arial, verdana, helvetica;
	font-weight: bold;
	font-size: 18;
}

.right {
	text-anchor: end;
}

.female {
	fill: rgb(179, 53, 53);
	stroke: none;
}

.male {
	fill: rgb(53, 95, 179);
	stroke: none;
}

.map {
	fill: #FFFB9C;
	stroke: #000000;
	stroke-width: .7;
	stroke-linecap: round;
	stroke-linejoin: round;
}