#chord_compass_table {
    white-space: nowrap;

    /* border: 0.5pt solid #555; */
    padding: 2px;
    border-radius: 5px;
}

#chord_compass_table td,
#chord_compass_table th {
    border: 0.5pt solid #555;
    width: 35px;
    height: 35px;
    font-weight: 100;
    /* font-size: 14px; */
    /* font-family: "Courier New", Courier, monospace; */
    user-select: none;

}

#chord_compass_table .empty-cell {
    border: none;
}

.compass_row_first {
}

#nvc-chord-compass {
    text-align: center;
    padding-top: 15px;
}

#nvc-chord-compass table {
    margin: auto;
}

.nash_style {    
    font-family: "Courier New", Courier, monospace;
}

#toggle-compass-table-transpose,
#toggle-compass-table-number-style,
#toggle-compass-table-cof-style {    
    font-size: 12px;
    border-radius: 4px;
    margin: auto;
    margin-left: 15px;
    margin-right: 15px;
    height: 22px;
    width: 120px;    
}

#toggle-compass-table-cof-style {
    width: initial;
}

#nvc-chord-real-compass path {
    stroke: white;
    color: white;
}

#nvc-chord-real-compass text {
    color: white;
    fill: white;
    font-family: "Courier New", Courier, monospace;
    font-weight: 300;
}

#compass_header {
    cursor: pointer;
}