#employment {
width: 100%;
padding: 60px 80px 100px 140px;
color: #444444;
font-family: Helvetica, Arial, sans-serif;
}
#employment h3, #employment h4 {
text-align: center;
margin: 0 0 80px 0;
}
#employment chart {
width: 100%;
height: 540px;
}
#employment guide-x.top {
top: -60px;
}
#employment guide-x.bottom {
bottom: -60px;
}
#employment datum:after {
content: "";
border-bottom: 1px dashed #dddddd;
width: 100%;
display: block;
}
#employment range {
height: 3px;
background-color: #cccccc;
top: calc(50% - 1.5px);
}
#employment dot.men {
background-color: #66a8d4;
}
#employment dot.women {
background-color: #d4668a;
}
#employment annotation {
font-size: 12px;
font-weight: normal;
left: -6px;
}