


h3{
    margin-bottom: 15px;
}

#frontcover {
    height: 386px;
    background: white;
}



/* Vertical Slider */

#vslider {
    color: white;
    font-size: 16;
    margin-left: -145px;
}


#vertRange {
   position: absolute;
   top: 58%;
   transform: rotate(270deg);
}

#start button, button {
    width: 275px;
    height: 55px;
    font-size: 28px;
    border: solid 5px white;
    border-radius: 10px;
    background: green;
    color: white;
}

div.tables-grid th, div.tables-grid td {
    width: 85px;
    height: 80px;
}

tbody {
    border: solid 5px #222;
}

.tables-grid {
    margin: 0px 0px 0px 60px;
}

.current:empty {
    line-height :70px;
}

#rightpanel {
    margin: -15px 55px 0px 10px
}


.pinButton {
    border: solid 1px black;
}

.container h3 {
    font-size: 24px;
    color: black;
    margin-bottom: 5px;
}

.container {
    position: fixed;
    display: flex;
    flex-direction: column;
    
    width: 96%;
    left: 2%;
    top: 18px;
    
    align-items: center;
    height: 510px;

    padding: 16px 0;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 23px 0 rgb(0 0 0 / 20%);

    z-index: 1;
    background: white;
    visibility:hidden;                             /*change for final draft*/
}

countdown-timer {
    color: black;
}

.close-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
    background-image: url("../assets/close.png");
    background-size: contain;
}

.buttonGo {
    display: contents;
    
}

#statistics {
    display: flex;
    margin: 0 10px 20px 7px;
}

.statistic-container {
    flex: 1;
    margin: 0 8px;
}

.statistic-container .statistic {
    font-size: 23px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.05em;
    font-variant-numeric: proportional-nums;
}

.statistic-container .label {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#statsMessage {
    margin: -5px 0px 16px 0px;   
}

#guess-distribution {
        width: 80%;
}

.guess {
    width: 40px;
}

.graph-container {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    padding-bottom: 4px;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
}

.graph {
    width: 100%;
    height: 100%;
    padding-left: 4px;
    
}

.graph-bar {
    
}

.graph-container .graph .graph-bar {
    height: 100%;
    width: 0%;
    position: relative;
    background-color: #787c7e;
    display: flex;
    justify-content: right;
    color: white;
    padding-right: 7px;
    
}
.footer {
    display: flex;
    width: 100%;
    margin: 20 0 0 0;
}

.countdown {
    border-right: 1px solid #ccc;
    padding-right: 12px;
    width: 44%;
}

.share {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    width: 44%;
}

#message {
    z-index: 5;
    position: absolute;
    display: grid;
    background: black;
    color: white;
    font-size: 26px;
    line-height: 60px;
    width: 50%;
    margin: 15px 25%;
    border-radius: 15px;
}


#recentResults {
    width: 57%;
    height: 60px;
    background-color: #F0F0FF;
    padding: 3px 10px;
    border: solid 1px cornflowerblue;
}

#recentResults div {
    width : 4%;
    background-color: cornflowerblue;
    margin: 2px 0.5%;
    display: inline-block;
}

#copyright {
    right: 35px;
}

#info {
    color: white;
    border: solid 2px white;
    border-radius: 15px;
    height: 27px;
    width: 27px;
    bottom: 5px;
    position: absolute;
    left: 25;
    font-family: monospace;
    font-size: 21px;
}




@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;
        margin: 0 0 0 30px !important;
        
    }
    
    .game, #content  {
        
        width: 380px !important;
        height: 844px !important;
        
        top: 5 !important;
    }
    
    #content {
        
       /* transform: scale(1.5,1.5);*/
    }
    
    
    #frontcover {
        width: 100% !important;
        margin: 0 !important;
        height: 660px !important;
        border: solid 3px lightslategrey;
        background: white;
        z-index: 1;
    }
    
    .slidecontainer {
        color: black;
        width: 365px;
    }
    
    .container {
        height: 625px;
    }

    
    .tables-grid {
       margin-left: 10px !important;
    }
    
    .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: 8px;
    }    
    
    #info {
        color: black !important;
        border: solid 2px black !important;
        bottom: 85px;
    }
    
    #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;
        }
                
    }
    
}