@charset "UTF-8";
svg {
	font-size: 15px;
}
.axis {
	shape-rendering: crispEdges;
}
.axis path, .axis line {
	fill: none;
	stroke-width: .5px;
}
.bar {
        fill: steelblue;
}
#chart {
	margin-top: 35px;
	height:280px;
}
.hint {
	text-align: center;
	color: red;
}
#optionForm input, select {
	margin-top: 10px;
}
#error {
	color:#F50119;
	text-transform: capitalize;
}
