.controls {
    font-size: 12px;
}

.reportage {
    font-size: 11px;  
}

.faux-peg {
    height: 10px;
    width: 30px;
    background-color: white;
    border: 2px white;
    border-color: white;
    color: white;
    text-align: center;
}

.peg {
    height: 30px;
    width: 30px;
    background-color: black;
    border: 3px solid;
    border-color: #9851E0;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.spacer {
    height: 32px;
    width: 30px;    
}


.faux-spacer {
    height: 10px;
    width: 30px;  
    background-color: white;  
}

.faux-open {
    height: 10px;
    width: 30px;
    background-color: white;
    border: 2px solid;
    border-color: white;
    color: white;
    text-align: center;
}

.open {
    height: 30px;
    width: 30px;
    background-color: white;
    border: 2px solid;
    border-color: black;
    border-radius: 50%;
    color: black;
    text-align: center;
    line-height: 30px;
}

.faux-nut {
    height: 10px;
    width: 10px;
    background-color: white;
    border: 2px solid;
    border-color: white;     
}

.nut {
    height: 30px;
    width: 10px;
    background-color: black;
    border: 2px solid;
    border-color: black;     
}

.faux-fret {
    height: 10px;
    width: 40px;
    border: 2px solid;
    color: white;
    text-align: center;
}

.fb-mark {
    height: 10px;
    width: 40px;
    border: 2px solid;
    border-color: white;
    color: #9851E0;
    text-align: center;
    line-height: 10px;
}

.fret {
    height: 30px;
    width: 40px;
    background-color: white;
    border: 2px solid;
    color: black;
    text-align: center;
    line-height: 30px;
}

#fret-container {
    display: grid;
    gap: 5px 0px;
    grid-template-columns: 30px 30px 36px 10px 42px 42px 42px 42px 42px 42px 42px 42px 42px 42px 42px 42px 42px;
    
    
}