body {
    position: relative;
}
.tasti {
    margin-top: 20px;
    position: absolute;
    width: 1890px;
    height: 20px;
    top: 100%;
    left: 27px;
}

#punti {
    float: left;
    margin-right: 38.8px;
    height: 25px;
    width: 25px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
    font-size: 14px;

}

.punti_dot {
   margin-top: 3px!important;
    background-color: #ff0303!important;
    border-radius: 0%!important;
    
}

  #version {
      flex-grow: 1;
      text-align: right;
      margin-right: 20px;
      margin-top: 10px;

  }
#note_let{
        text-align: center;
        font-size: 27px;
        margin-top: 15px;
        margin-bottom: 5px;
    }
.guitar-neck {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
    margin-top: 250px;
    width: 1603px;
    height: 290px;
    background-image: url("");
    background-repeat: round;
    background-attachment: local;
    background-position-y: 153%;
    background-color: rgb(243 243 243);
    box-shadow: inset -1px 0px 11px 0px rgba(0, 0, 0, 0.75);
}

.guitar-neck .open-notes_ita {
    position: absolute;
    top: 13px;
    left: -35px;

}

.guitar-neck .open-notes_ita li {
    margin-bottom: 18px;
    text-align: center;
    background-color: #fe7403;
    border-radius: 50px;
    padding: 5px 5px 5px 5px;
    font-size: 13px;
    color: #fff;
    list-style: none;
}

.guitar-neck .open-notes li.active {
    color: #fa990f;
}

.guitar-neck .fret {
    float: left;
    width: 3px;
    height: 290px;
    background: #d7d6d6;
    margin-left: 60px;
    border-right: 4px solid #ebebeb;
}

.guitar-neck .fret.first {
    position: relative;
    width: 50px;
    top: 0;
    margin-left: 0;
    background: rgb(86 86 86);
    height: 290px;
}

.guitar-neck .dots {

    position: absolute;
    width: 2100px;
    height: 50px;
    top: 44%;
    left: 153px;
    list-style: none;
}

.guitar-neck .dots li {
    margin-right: 97px;
    padding: 14px;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(0 84 125);
    border-color: rgb(214, 145, 52);
    border-style: ridge;
    border-block-width: 4px;
    list-style: none;
}

.salta {
    margin-right: 149px !important;

}

.fine {

    border-radius: 0% !important;
    padding: 0px 25px 0px 25px !important;
    margin-top: -90px !important;
    height: 220px !important;
    background: rgb(207, 206, 206) !important;
    border-style: none !important;
    list-style: none;
}
#gradi_low{
    font-size: small!important;
    position: absolute;
}
.spazio {

    margin-left: 5px !important;
}


.guitar-neck .strings {
    position: absolute;
    left: 6px;
    top: 26px;
    width: 1595px;
    height: 250px;
}

.guitar-neck .strings li {
    height: 1px;
    display: inline-block;
    width: 100%;
    background: #9fcaf9;
    margin-bottom: 38px;
    border-bottom: 2px solid #5455c5;
    box-sizing: border-box;
}

.guitar-neck .strings li:nth-child(2) {
    height: 2px;
}

.guitar-neck .strings li:nth-child(3) {
    height: 3px;
}

.guitar-neck .strings li:nth-child(4) {
    height: 4px;
}

.guitar-neck .strings li:nth-child(5) {
    height: 5px;
}

.guitar-neck .strings li:nth-child(6) {
    height: 6px;
}

.guitar-neck .notes {
    position: absolute;
    left: 17px;
    top: 13px;
    width: 1603px;
    height: 258px;
}

.guitar-neck .notes .mask {
    position: absolute;
    margin-right: -15px !important;
    bottom: -4px;
    width: 1603px;
    height: 25px;
}

.guitar-neck .notes .mask ul {
    position: relative;
    float: left;
}

.guitar-neck .notes .mask ul li {
    float: left;
    margin-left: 8px;
    width: 29px;
    height: 30px;
    margin-right: 26.70px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    font-size: 10px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.guitar-neck .notes .mask.a {
    bottom: 46px;
}

.guitar-neck .notes .mask.d {
    bottom: 94px;
}

.guitar-neck .notes .mask.g {
    bottom: 142px;
}

.guitar-neck .notes .mask.b {
    bottom: 189px;
}

.guitar-neck .notes .mask.high-e {
    bottom: 235px;
}

@media screen and (max-width: 1100px) {
    .guitar-neck .dots {

        position: absolute;
        width: 2100px;
        height: 50px;
        top: 43%;
        left: 153px;
        list-style: none;
    }

    .guitar-neck .dots li {
        margin-right: 94px;
        padding: 14px;
        float: left;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: rgb(0 84 125);
        border-color: rgb(214, 145, 52);
        border-style: ridge;
        border-block-width: 4px;
        list-style: none;
    }
        .guitar-neck .notes .mask ul li {
            float: left;
            margin-left: 8px;
            width: 29px;
            height: 30px;
            margin-right: 27px;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            line-height: 30px;
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
            font-size: 10px;
            padding: 0px 0px 0px 0px;
            list-style: none;
        }

    .salta {
        margin-right: 149px !important;

    }

    .fine {

        border-radius: 0% !important;
        padding: 0px 25px 0px 25px !important;
        margin-top: -90px !important;
        height: 220px !important;
        background: rgb(207, 206, 206) !important;
        border-style: none !important;
        list-style: none;
    }

}

.spazio {
    margin-left: 0px !important;
}
#colore_DO {
    background: rgb(85, 15, 249);
}

#colore_DO1 {
    background: rgb(68, 16, 140);
}

#colore_RE {
    background: rgb(255, 0, 242);
}

#colore_RE1 {
    background: rgb(98, 0, 111);
}

#colore_MI {
    background: rgb(254, 152, 0);
}

#colore_FA {
    background: rgb(233, 4, 0);
}

#colore_FA1 {
    background: rgb(152, 3, 0);
}

#colore_SOL {
    background: rgb(208, 191, 0);
}

#colore_SOL1 {
    background: rgb(138, 127, 0);
}

#colore_LA {
    background: rgb(0, 174, 255);
}

#colore_LA1 {
    background: rgb(0, 136, 160);
}

#colore_SI {
    background: rgb(106, 106, 106);

}

#colore_C {
    background: rgb(85, 15, 249);
}

#colore_C1 {
    background: rgb(68, 16, 140);
}

#colore_D {
    background: rgb(255, 0, 242);
}

#colore_D1 {
    background: rgb(98, 0, 111);
}

#colore_E {
    background: rgb(254, 152, 0);
}

#colore_F {
    background: rgb(233, 4, 0);
}

#colore_F1 {
    background: rgb(152, 3, 0);
}

#colore_G {
    background: rgb(208, 191, 0);
}

#colore_G1 {
    background: rgb(138, 127, 0);
}

#colore_A {
    background: rgb(0, 174, 255);
}

#colore_A1 {
    background: rgb(0, 136, 160);
}

#colore_B {
    background: rgb(106, 106, 106);

}