body{
	background: #444;
	color: #eee;
	font-family: Helvetica, sans-serif;
}

a:hover, a:active{
	color: #eee;
}

#topbar{
	height: 120px;
}

#left ul{
	margin-top: 20px;
}

h1{
	font-size: 7em;
	line-height: 1em;
}

.startmenu .span2{
	margin-top: 24px;
	height:160px;
	background: -webkit-linear-gradient(#ddd 0%, #eee 66%, #ccc 100%);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	color: #333;
}

#displayer{
	display: none;
}

.topbtn{
	display: none;
	height: 120px;
	background: -webkit-linear-gradient(#ddd 0%, #eee 66%, #ccc 100%);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.topbtn p{
	margin-top: 20px;
	font-size: 0.7em;
	color: #333;
}

.center{
	margin: 0 auto;
	text-align: center;
}

.axis path,
.axis line {
  fill: none;
  stroke: #fff;
  shape-rendering: crispEdges;
}

.bar {
  fill: #98abc5;
}

.x.axis path {
  display: none;
}

.line {
  fill: none;
  stroke: #ff8c00;
  stroke-width: 1.5px;
}