body{
	background: #eeeeee;
	font-family: Helvetica!important;
	color:  #252953;
	color: #2CA266;
	font-weight: 600;
}	

.highlight{
	fill:  #252953!important;
}

.legend{
	color:  #252953;
}

h2{
	margin: 5px;
}

path{
	stroke: #eeeeee;
    stroke-width: 5;
    fill: #2CA266;
}

ul{
	list-style-type: none;
	text-align: left;
	font-size: 13px;
}
ul li{
	padding-bottom: .5em;
}
ul{
    width:230px;
}
li{
    float:left;

    margin:0 30px 10px 0;
    width:100px;
}
li:nth-child(even){
    margin-right:0;
}