.pGraph {
position:absolute;
top:150px;
bottom:0px;
left:0px;
right:0px;
}

.pStats {
position:absolute;
top:-10px;
width:100%;
}


.stat {
width:13.5%;
margin:10px;
padding:5px;
float:left;
border:1px solid;
border-radius:5px;
}

.stat-label{
text-align:center;
clear:both;
font-size:18px;
}

.stat-number {
text-align:center;
clear:both;
font-size:50px;
color:#762394;
}
