#dotplot-example {
width: 100%;
padding: 60px 80px 60px 140px;
color: #444444;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
}
#dotplot-example h3 {
text-align: center;
margin: 0 0 60px 0;
}
#dotplot-example chart {
width: 100%;
height: 500px;
}
#dotplot-example guide-x {
top: -50px;
}
#dotplot-example datum:after {
content: "";
border-bottom: 1px dashed #aaaaaa;
width: 100%;
display: block;
}
#dotplot-example dot {
background-color: #7dac9f;
}
#dotplot-example annotation {
font-size: 12px;
font-weight: normal;
left: -6px;
}