#fretable {

    border-collapse: collapse;
    transform: translateX(-30%) rotate(90deg);
    position: absolute;
    top: 50%;
    left: 15%;
}

.fret-badge {
    border-collapse: collapse;
    margin: auto;
    transform: rotate(-90deg);
}

/* Rotate table back to normal at larger screen sizes */
@media only screen and (min-width: 768px) {
    #fretable {
        transform: none;
    }

    
    .badge  {
        transform: none;
    }
}

td {
    text-align: center;
    height: 20px;
    background-image: url("../img/fret.png");
    text-align: center;
}
.doublestring {
    text-align: center;
    height: 20px;
    background-image: url("../img/fret-mandolin.png") !important;
    text-align: center;
}

.no-bcg {
    background-image: none !important;
}

.note {
    background-image: url("../img/white.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
}

.root {
    background-image: url("../img/red.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
}

.selector {
    padding: 25px;
    min-width: 400px;
    text-align: center;
}

#notes {
    height: 30px;
}

.border1 {
    border-radius: 5px;
    border: solid 1px #ddd;
    padding-bottom: 5px;
    margin: 5px;
}

#tablediv {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    margin: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}