
body{
    display: block;
    min-height: 50vh;
    border: 0px solid black;
}


#statistic_content{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    border: 0px solid cadetblue;
    background-position: center;
    background-size: auto;
}

#statistic_content div{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    border: 0px solid cadetblue;
    background: transparent;
}

table{
    display: block;
    position: fixed;
    width: 100vw;
    height: 70%;
    left: 0vw;
    margin-top: 5px;
    border: 0px solid #222;
    padding: 0px;
    background: transparent;
    opacity: 1;
    box-shadow: 0 0px 15px #222;
    /*white-space: normal;*/
    border-spacing: 0px;
    overflow: auto;
    font-size: 10px;
}

table th{
    width: 25vw;
    margin: 0px;
    padding: 5px;
    opacity: 1;
    font-size: 9px;
    border-left: 1px solid #222;
    background: -moz-linear-gradient(top, rgba(243, 135, 42, 1) 0%, rgba(206, 115, 35,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243, 135, 42,1)), color-stop(100%,rgba(206, 115, 35,1)));
    background: -webkit-linear-gradient(top, rgba(243, 135, 42,1) 0%,rgba(243, 135, 42,1) 100%);
    background: -o-linear-gradient(top, rgba(243, 135, 42,1) 0%,rgba(206, 115, 35,1) 100%);
    background: -ms-linear-gradient(top, rgba(243, 135, 42,1) 0%,rgba(206, 115, 35,1) 100%);
    background: linear-gradient(to bottom, rgba(243, 135, 42,1) 0%,rgba(206, 115, 35,1) 100%);
}

table th:hover{
    transform: scaleY(1.05);
}


table td{
    background: thistle;
    opacity: 0.6;
    text-align: center;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    text-shadow: 0px 1px 0.5px cyan;
}

table td:hover{
    opacity: 1;
    transform: scale(1);
}

#right_menu{
    display: none;
}


#continueButton{
    background-size: 40px 40px;
    background-position: center;
    border: 0px;
    cursor: pointer;
    background: url(../../image/pause.svg) no-repeat;
    text-decoration: underline;
}