div {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: right;
}
div:hover {
    font-weight: bold;
}
.bar{
	fill:steelblue;
	stroke: none;
}

.axis path, .axis line {
    fill: none;
    stroke: #000;
    stroke-width: 2px;
    shape-rendering: crispEdges;
}

.tick line{
	display:none;
}
.pie .label{
	font-size: 8pt;
	}



svg{


	float: left;

	padding: 50px;
}
svg:first-of-type{
	clear: left;

	float: left;

	padding: 50px;
}


.title text {
	font-size: 16pt;
}

button {
	width: 30%;
	margin: 0px;
	padding:0px;

}

div{
	text-align: center;
	position: relative;
	display: block;
	border: solid 2px black;
	width: 30%;
	margin: 0 auto;
	padding:5px 5px 5px 5px;

}
#all{
	clear: right;
}