.container {
    max-width: 900px;
    margin: auto;
}

.string, .nrs {
    display: flex;
    flex-direction: row;
}

.string {
    background-image: url(string.png);
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
    background-repeat: repeat-x;
    background-position-y: center;
}
#Sfrets {
    background-size: 2px;
    border-top: 1px solid black;   
}
#Hfrets {
    background-size: 3px;
}

#Gfrets {
    background-size: 4px;
}
#Dfrets {
    background-size: 6px;
}
#Afrets {
    background-size: 8px;
}
#Efrets {
    background-size: 10px;
    border-bottom: 1px solid black;   

}

.string > div:first-child, .nrs> div:first-child {    
    border-right: 5px solid black;
    background: white;
}

.string > div, .nrs>div {
    width: 30px;
    height: 30px;
    display: grid;
    align-items: center;
    justify-items: center;
}

.string > div {
    border-right: 1px solid black;      
}
.nrs > div {
    border-right: 1px solid white;     
    height: 15px; 
}


.dot {
    background: #ddd;
    color: white;
    border-radius: 20px;
}

.gnote {
    color: white;
    background-color: black;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-radius: 5em;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    position: absolute;
}


.action, .remove, .moveUp, .moveDown {
    float: right;
    margin-right: 10px;
    /* Optional: Add some margin to the right */
}

#title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    width: 300px;
}
#title p {
    margin: auto;
    width: auto;
}

#saves {
    float:right;
}
.label {    
    display: flex;
    flex-direction: row-reverse;
    width: 120px;
    min-height: 30px;
    box-shadow: #ddd 6px 6px 5px
}

.label .edit {
    visibility: hidden;
}   

.label p {
    width: 100px;
    overflow: hidden;
}   

.row {
    display: flex;
    align-items: center;
}

.col {
    margin: 5px;
}