.y-axis line{
    stroke: slategrey;
    stroke-width: 1;
}

.score-count {
    fill: black;
}

.bar-label{
    font-size: 14px;
}

.scores{
    font-size: 14;
}

.x-axis {
    font-size: 12px;
}

.domain, .tick line {
    opacity: 0.5;
}

.score-rating{
    cursor: pointer;
}

.nav-link.active{
    font-weight: bolder;
}

.d3-tip {
    line-height: 1;
    padding: 6px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}
