

/*****HLAVNÍ STYL AKORDŮ*****/
.chord {
    font-weight: bold;
    position: absolute;
    transform: translateY(-17px);
    color: #1976d2;
}

.chord-inline {
    font-weight: bold;
    color: #1976d2;
    display: inline;
    position: static;
}
/****************************/
