/* Sliders */ 


#rangeShow {
    float: right;
}


/* Table differences */

tr#midRow th {
    border:none;
    background-color: transparent;
}




div.tables-grid th, div.tables-grid td {
    max-width: 65px;
    overflow: hidden;
    white-space: nowrap;
}

div.tables-grid tr {
    
    max-height: 65px !important;
}


.leftcol {
    padding: 0 10;
    max-width: 150px !important;
}


.current:empty {
    line-height: 60px;
}


@media (orientation: portrait) {

    
    body {
        touch-action: none;
        background: white;
    }    
    
    
    .pagearea {
        background-color: white;
        left: 1px;
        right: 1px;
    }

    
    h2, h3 {
        margin-top: 10px;
        color: black;
    }
    
    h2 {
        display: none;
        font-size: 2.2em
    }
    
    
    #rightpanel {
        float:none;
        display: grid;
        clear:both;
        width: 320px;
        
    }
    
    .game, #content  {
        
        width: 380px !important;
        height: 844px !important;
        
        top: 5 !important;
    }
    
    #content {
        
       /* transform: scale(1.5,1.5);*/
    }
    
    
    #frontcover {
        width: 100% !important;
        margin: 24px 0 !important;
        height: 660px !important;
        border: solid 3px lightslategrey;
        background: white;
        z-index: 1;
    }
    
    .slidecontainer {
        color: black;
        width: 365px;
    }
    
    

    
    .tables-grid {
        margin-left: 0px;
    }
    
    .tables-grid table {
        margin: 8px 10px 10px 10px;
    }
    
    #Question {
        display: none;
    }
    
    #Timer {
        color: black;
    }
    
    #footer input {
        top: 15px;
        font-size: 12px;
    }
    
    #exit {
        left: 15px;
        top: 15px;
    }
    
    #Instructions img{
        height: 250px;
    }

    
    ol {
        margin: 15 0 15 50px;
    }
    
    #Instructions ol {
        margin: 15px 0 5px 55px;
        width: 340px;
        line-height: 150%;
    }
    
    #Instructions li {
        width: 320px;
        margin-top: 20;
    }    
    
    
    #copyright {
        position:inherit !important;
    }
    
    form#keypadForm {
        box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    }
    
    
    @media print {
        
        div#content {
            float: left;
            margin-left: 0;
            width: 450px;
        }
        
        
        
        
    }
    
    
    
    
    
}


