
form{
    width:50%;
}

label.form-label {
    font-size: 22px;
}

div#muteDiv {
    /* position: absolute;
    bottom: 50px; */
    position: absolute;
    bottom: 8px;
    z-index: 1000;
    right: 42%;
}

button#muteSound {
    /* width: 30px;
    height: 30px;
    background-color: gray;
    color: white; */
    width: 25px;
    height: 25px;
    background-color: white;
    color: white;
    border: none;
}

#backbutton svg {
    position: relative;
    /* background: #2c87ba; */
    color: white;
    padding: 7px;
    font-size: 43px;
    margin: 30px 25px;
    /* border-radius: 30px; */
}

#infoDiv {
    height: 25px;
    position: absolute;
    z-index: 1000;
    width: 25px;
    bottom: 60px;
}

#infoDiv a{
    color: #656565;
}

#infoDiv {
    height: 25px;
    position: absolute;
    z-index: 1000;
    width: 25px;
    bottom: 8px;
    right: 39%;
}

#infotable td{
    padding: 10px;
    white-space: nowrap;
}

.popover .popover-body {
    padding: 0;
}

.flipbook-thumbsWrapper img {
    width: 100% !important;
}
.flipbook-thumbsWrapper .flipbook-thumb {
    width: 80% !important;
}


/* @media Query */
@media only screen and (max-width: 700px) { 
    #infoDiv {
        height: 25px;
        position: absolute;
        z-index: 1000;
        width: 25px;
        bottom: 8px;
        right: 17%;
    }

    div#muteDiv {
        /* position: absolute;
        bottom: 50px; */
        position: absolute;
        bottom: 8px;
        z-index: 1000;
        right: 27%;
    }
 }

@media only screen and (max-width: 1024) { 
    #infoDiv {
        height: 25px;
        position: absolute;
        z-index: 1000;
        width: 25px;
        bottom: 8px;
        right: 17%;
    }

    div#muteDiv {
        /* position: absolute;
        bottom: 50px; */
        position: absolute;
        bottom: 8px;
        z-index: 1000;
        right: 27%;
    }
 }