/*
font-family: montserrat, sans-serif; 200, 400, 700, 900
font-family: roboto-slab, serif; 300,400,700
*/
/*html,body{
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: gotham, sans-serif;
	font-weight: 200;
	font-style: normal;
	color: #555;
	background-color: #fff;
	box-sizing: border-box;
}*/
text {
    fill: #455560;
    font-size: 12px;
}

line.axisLine {
    stroke: #898A93;
    stroke-width: 0.5;
}

line.midLine {
    stroke: #898A93;
    stroke-width: 1;
    stroke-dasharray: 2,2;
}

text.axisLabel {
    fill: #A7A9AC;
    font-size: 10px;
}

text.midLineLabel {
    fill: #898A93;
}

text.valueLabel {
    fill: #898A93;
    font-size: 9px;
}

circle.dot {
    cursor: pointer;
}

#tooltip {
    position: absolute;
    padding: 10px;
    background: #fff;
    z-index: 1000;
    max-width: 200px;
    overflow: auto;
    opacity: 0;
    border: solid 1px #f1f1f1;
    font-size: 12px;
    color: #333;
    text-align: center;
}