/* 
Styling for chemical bar chart
*/

.bar {
    fill-opacity: 0.7;
    }

.threshold-line {
    stroke: red;
    stroke-width: 2;
    }

.bar-label {
    text-anchor: middle;
    font-size: 12px;
    }

.x-axis text {
    text-anchor: end;
    transform: rotate(-60deg);
    }

.slice {
    stroke: #fff;
    }

.threshold-line {
    stroke: red;
    stroke-width: 2;
    }