.wrapper img {
	display:block;
	font-size:6em;
	border-radius: 50%;
}
div .box {
	background-color: #FFF5EC;
	margin: .5em ;
	padding: 15px;
	-webkit-box-shadow: -4px 8px 18px -4px rgba(0,0,0,1);
	-moz-box-shadow: -4px 8px 18px -4px rgba(0,0,0,1);
	box-shadow: -4px 8px 18px -4px rgba(0,0,0,1);
}

.lav {
	color: #f27e29;
	text-align: center;
}

.title{
	color: #056fa9;
	text-align: center;
}

body.index {
	background-color: #FAEDE7;
}
body {
	background-color: #ffff;
}

body.black{
	background-color: #323234;
}
.outer {
	width: 600px;
	height: 100px;
	margin: 0 auto;
}
.outer .chart-container {
	width: 600px;
	float: left;
	height: 200px;
}
.highcharts-yaxis-grid .highcharts-grid-line {
	display: none;
}

@media (max-width: 600px) {
	.outer {
		width: 100%;
		height: 400px;
	}
	.outer .chart-container {
		width: 300px;
		float: none;
		margin: 0 auto;
	}

}

	#load_meta{
		position:fixed;
		bottom: 1em;
		right:  1em;
	}
	
	#Loader{
		width: 110px;
		height: 110px;
	}

	
	#load_meta > span{
		color:red;
		font-family: 'varela round';
		font-weight: 900;
	}
	
	.ldBar-label {
		color: red;
		font-family: 'varela round';
		font-size: 2.5em;
		font-weight: 900;
	}
	
	.ldBar path.mainline{
		stroke: red;
		stroke-linecap: round;
	}

