@import url(http://fonts.googleapis.com/css?family=Didact+Gothic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: "Open Sans";
}
.modal {
	box-shadow: 
		0 0 1px rgb(255,255,255) inset,
		0 0 15px rgba(0,0,0,0.3);
	position: relative;
	overflow: hidden;
	xheight: 33.33%;
	xwidth: 50%;
	xfloat: left;
	background: #eeede9;
	display: block;
}

.modal .inner {
	padding: 1em 0;
}

.modal .header {
	text-align: right;
}
.modal .header > div {
	display: inline-block;
	margin: 0 .7em;
}
.modal .header > span {
	float: left;
}

.gauge{
	width:400px;
	height:200px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.gauge-a{
	z-index: 1;
	position: absolute;
	background-color: rgba(255,255,255,.2);
	width: 400px;
	height: 200px;
	top: 0%;
	border-radius:250px 250px 0px 0px ;
}
.gauge-b{
	z-index: 3;
	position: absolute;
	background-color: #eeede9;
	width: 250px;
	height: 125px;
	top: 75px;
	margin-left: 75px;
	margin-right: auto;
	border-radius:250px 250px 0px 0px ;
}
.gauge-c{
	z-index: 2;
	position: absolute;
	background-color: #5664F9;
	width: 400px;
	height: 200px;
	top: 200px;
	margin-left: auto;
	margin-right: auto;
	border-radius:0px 0px 200px 200px ;
  	transform-origin:center top;
	transition: all 1.3s ease-in-out;
}

.gauge-data{
	z-index: 4;
	color: rgba(0,0,0,.2);
	font-size: 1.5em;
	line-height: 25px;
	position: absolute;
	width: 400px;
	height: 200px;
	top: 90px;
	margin-left: auto;
	margin-right: auto;
	transition: all 1s ease-out;
}

#percent {
	font-family: "Didact Gothic";
	margin: .5em 0;
}
