:root{
    --chords-color: var(--color2)
}
span.chunk {
    position:relative;
    top: 0px;
    display: inline-flex;
    flex-direction: column;
    vertical-align: bottom;
}
span.chunk:before {
    content:attr(data-chord);
    position:relative;
    top: 0px;
    color: var(--chords-color);
    font-weight: bold;
    margin-bottom: -0.4em;
    /*font-size: 0.75em;*/
    padding-right: 0.3em;
}

.linediv {
    position:relative;
    top: 15px;
    margin-bottom: 4px;
}


span.chunk-chord:before{
    content:attr(data-chord);
    position: relative;
}

section.chords{
    font-weight: 500;
    color: var(--chords-color);
}

.song-section.tabs{
    font-family: 'Courier New', Courier, monospace;
}