*{
	margin:0;
	padding:0;
}

body{
	font-family:'Open Sans',sans-serif;
	font-size:12px;
	background-color:#e6e6e6;
}

.wrapper{
	width:700px;
	border:1px solid #ccc;
	border-radius:4px;
	padding:15px;
    margin-top: 20px;
    margin-left: 20px;
    background-color: #fff;
    box-shadow: 3px 3px 3px #6e6e6e;
    cursor:default;
}

#graph{
	height:340px;
	text-align:center;
	border:2px solid #ccc;
	border-radius:4px;
}

#middlepart{
	position: relative;
	bottom: 304px;
	left: 180px;
}

#rightpart{
	position: relative;
	right: 482px;
	bottom: 608px;
	left: 419px;
}

#overlay{
	position: relative;
	bottom: 905px;
}

.title h1{
	font-size:18px;
}

#centerlabel{
	position: relative;
  display: none;
  
}

#leftlabel{
	position: relative;
	bottom: 860px;
	display: none;
	right: 475px;
	text-align: right;
}

#rightlabel{
	position: relative;
	bottom: 894px;
	display: none;
	left: 480px;
	text-align: left;
}

.label{
	display:inline-block;
}

.label:hover,.label.hovered{
	background-color:rgba(0,0,0,0.7);
	border-radius:6px;
	color:#fff;
}

#powered h2,#estimates h2,#assumptions h2{
	font-size:14px;
}

#assumptions{
	float:left;
	margin-right:40px;
}

#estimates,#powered{
	float:right;
}

#estimates{
	margin-right:60px;
}

#footer{
	padding:15px 50px;
	height:60px;
}

#footer select{
	font-family:"Open Sans",sans-serif;
	font-size:12px;
}

#timeperiod{
	text-decoration:underline;
	cursor:pointer;
}

#timeperiod_dd{
	cursor:pointer;
}

#statement{
	bottom: 748px;
	position: relative;
	display:none;
}