.btn.btn-primary.btn-xl:hover{
	background-color: #222222;
}
@font-face{
	font-family:'Chisel'; 
	src:url('css/chizam.woff') format('woff')
}

#pieChart{
	width: 20em;
	/*height: 20em;*/
	/*border: thin red solid;*/
	overflow: visible;
}
#barChart{
	width: 20em;
	height: 20em;
	/*border: thin red solid;*/
	overflow: visible;
}
#lineGraph{
	width: 20em;
	height: 20em;
	overflow: visible;
	/*border: thin red solid;*/
}
.pie{
	width: 22em;

}

.barChart{
	width: 22em;
}

.line{
	width: 22em;
}
.barChart p{
	margin-bottom: 6em;
}

.line p{
	margin-bottom: 7em;
}

.stats{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-control{
	margin-top:1em;
}

.bla svg{
	width: 100%;
	display: block;
	margin:auto;
}
