/* INCOME *********************************************************************/
.label text {
    font-size: var(--svg-tick);
    fill: var(--text);
}

line, path {
    stroke: #313435;
}

.labels path {
    fill: #313435;
}

/* INCOME-2 *******************************************************************/
.button-box {
    stroke: var(--bg-main);
    stroke-width: 2;
    cursor: pointer;
    fill: var(--plot-button);
}

.button-text {
    font-size: 1.6rem;
    fill: var(--text);
}

.comment-text {
    font-size: 2rem;
    fill: var(--text);
}