.pageinfo
{
    border: none;
    color: grey;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
}

.img_small
{
    border: 1px solid green;
    height: 100px;
    display: block;
    margin: 10px;
}

.img_small:hover{
    height: 750px;
}


.img_max
{
    /*    opacity:85%;*/
    border: 1px solid cyan;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 75%;
    z-index: 3;
}

.game_answer_banner {
    opacity:75%;
    border: 1px solid yellow;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 150px;
    line-height: 150px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px blue;
    color: yellow;
    background-color: red;
    z-index: 5;
}

.game_answer_banner_text {
    display: inline-block;
    vertical-align: middle;
    line-height: 48px; /* <-- adjust this */
    font-size: 48px
}

.game_fppm_answer {
    opacity:90%;
    border: 1px solid yellow;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 64px;
    line-height: 64px;
    width: 100%;
    color: yellow;
    background-color: red;
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px blue;
    z-index: 6;
}


.game_fppm_answer_text {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px; /* <-- adjust this */
    font-size: 20px;

}

.game_fppm_question {
    opacity:90%;
    border: 1px solid yellow;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 300px;
    line-height: 300px;
    width: 75%;
    font-family: Arial, sans-serif;
    font-size: 72px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px blue;
    color: yellow;
    background-color: blue;
    z-index: 6;
}

.game_fppm_question_text {
    display: inline-block;
    vertical-align: middle;
    line-height: 64px; /* <-- adjust this */
    font-size: 64px
}

.game_questions_library_table
{
    border-collapse: collapse;
    border: 1px solid green;
    font-family: Arial, sans-serif;
    font-size: 10px;
}

.game_questions_library_table td
{
    border: 1px solid blue;
}

.game_questions_library_table th
{
    background-color: blue;
    color: white;
}

.game_questions_library_table input
{
    font-family: Arial, sans-serif;
    font-size: 10px;
    padding: 0px;
    margin: 1px;
    border: none;
}

.downloadtransactionrow {
    background: #FFCC00;
}
.mergetransactionrow {
    background: #FFCC00;
}
.budgetgreen {
    background:green
}
.budgetamber {
    background:orange
}
.budgetred {
    background:red
}

.tablemobile {
    border-width: 1px;
    border-color: black;
    border-style: solid;
    padding: 2px;
    border-spacing: 1px
}
.tablemobile td {
    border-style: 1px;
    vertical-align: middle;
    text-align: left;
    padding: 1px;
}

.buttonenabled {
    border-width: 1px;
    border-color: black;
    border-style: solid;
}

.buttondisabledunallocated {
    border-width: 1px;
    border-color: black;
    border-style: solid;
    background-color: lightgrey;
    color: black;
}


.buttondisabledallocated {
    border-width: 1px;
    border-color: black;
    border-style: solid;
    background-color: grey;
    color: white;
}

.buttonallocated {
    border-width: 1px;
    border-color: red;
    border-style: solid;
    background-color: green;
    color: white;
}

@keyframes correctanswerreveal {
    From {
        top: 10px;
        left: 10px;
        width: 250px;
        height: 250px;
    }

    To {
        width: 30px;
        height: 30px
    }
}

.buzzercircle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 500px;
    width: 500px;
    height: 500px;
    border-style: solid;
    border-width: 5px;
    border-color: yellow;
    border-radius: 300px;
    /*    background-image: radial-gradient(rgba(0, 51, 0, 1), rgba(0, 128, 0,1), rgba(0, 128, 0,0.5), rgb(0, 128, 0,0.25));*/
}

#id_resultsbox {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 2;
    opacity: 33%;
    border: 1px solid black;
    padding: 2px;
    background-color: grey;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    height: 500px;

}

#id_resultsboxtable {
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}

.resultsboxtablecell {
    margin: 0px;
    padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 1px;
    padding-left: 5px;
    border-spacing: 0px;
    border: 1px solid grey;
}

.game_canvas {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 1;
}

.game_background {
    width: 100%;
    height: 100%;
    border: 1px solid green;
    padding: 0px;
    margin: 0px;
    z-index: 2;
}

.pronto_stage {
    /*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid yellow;
    /*    border-radius: 50%;*/
    margin: 2px;
    padding: 2px;
    line-height: 96px;
    width:100%;
    height: 96px;
    text-align:center;
    background-image: radial-gradient(rgba(0,0, 255,1), rgba(0,0, 255,0.9), rgba(0,0, 255,0.80), rgb(255, 0, 0.50), rgb(255, 0, 0.25), rgb(255, 0, 0));
    color:white;
    font-family: Arial, sans-serif;
    font-size: 96px;
    font-weight: bold;
    text-shadow: 3px 3px black;
    z-index: 10;
}

.boy_girl_letter {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-400px, -400px);
    border-radius: 50%;
    margin: 2px;
    padding: 2px;
    line-height: 800px;
    width:800px;
    height:800px;
    text-align:center;
    background-image: radial-gradient(rgba(0,0, 255,1), rgba(0,0, 255,0.9), rgba(0,0, 255,0.80), rgb(255, 0, 0.50), rgb(255, 0, 0.25), rgb(255, 0, 0));
    color:white;
    font-family: Arial, sans-serif;
    font-size: 700px;
    font-weight: bold;
    text-shadow: 3px 3px black;
    z-index: 10;
}

.game_timer {
    visibility: hidden;
    position: absolute;
    border: 1px solid cyan;
    bottom: 20px;
    left: 50%;
    transform: translate(-75px);
    margin: 2px;
    padding: 2px;
    line-height: 32px;
    width:125px;
    height:32px;
    text-align:center;
    background-image: radial-gradient(rgba(255,0,0,1), rgba(255,0,0,0));
    color:white;
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    z-index: 11;
}

.audiotimer_static {
    /*    visibility: hidden;*/
    position: absolute;
    border: 1px solid cyan;
    bottom: 60px;
    left: 50%;
    transform: translate(-125px);
    margin: 2px;
    padding: 2px;
    line-height: 56px;
    width:250px;
    height:56px;
    text-align:center;
    background-image: radial-gradient(rgba(255,0,0,1), rgba(255,0,0,0));
    color:white;
    font-family: Arial, sans-serif;
    font-size: 56px;
    font-weight: bold;
    z-index: 11;
}

.game_banner1_original {
    opacity:85%;
    border: 1px solid yellow;
    background-image: radial-gradient(rgba(255,0,0,1), rgba(255,0,0,0));
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-375px, -36px);
    width: 750px;
    height: 72px;
    font-family: Arial, sans-serif;
    font-size: 56px;
    text-align: center;
    font-weight: bold;
    z-index: 3;
}

.game_main_buttonpress_overlay {
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 100%;
    z-index: 99;
}

.game_banner1 {
    opacity:85%;
    border: none;
    background-image: radial-gradient(rgba(255,0,0,1), rgba(255,0,0,0));
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-625px, -250px);
    width: 1250px;
    height: 500px;
    font-family: Arial, sans-serif;
    font-size: 72px;
    text-align: center;
    font-weight: bold;
    line-height: 500px;
    z-index: 3;
}

.game_banner2 {
    opacity:85%;
    border: none;
    background-image: radial-gradient(rgba(255,0,0,1), rgba(255,0,0,0));
    color: cyan;
    position: absolute;
    bottom: 25px;
    left: 10px;
    /*    transform: translate(-625px, -250px);*/
    width: 500px;
    height: 24px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    text-shadow: 2px 2px blue;
    text-align: left;
    font-weight: bold;
    line-height: 24px;
    z-index: 25;
}

.debuginfo {
    opacity:85%;
    border: 1px solid yellow;
    background-image: radial-gradient(rgba(255,0,0,1), rgba(255,0,0,0));
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    /*    width: 750px;
        height: 72px;*/
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    z-index: 99;
}

.wwys_trackname {
    /*    border: 1px solid yellow;*/
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-350px);
    line-height: 32px;
    background-image: radial-gradient(rgba(255,0,0,1), rgba(255,0,0,1), rgba(255,0,0,1), rgba(255,0,0,0));
    width: 700px;
    height: 24px;
    color: white;
    opacity: 99%;
    font-family: Arial, sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 2px black;
    z-index: 11;
}

.pronto_trackname {
    visibility: hidden;
    position: absolute;
    top: 125px;
    left: 50%;
    border: 1px solid yellow;
    transform: translate(-350px);
    line-height: 32px;
    background-image: radial-gradient(rgba(255,0,0,1), rgba(255,0,0,1), rgba(255,0,0,1), rgba(255,0,0,0));
    width: 700px;
    height: 32px;
    color: white;
    opacity: 99%;
    font-family: Arial, sans-serif;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 2px black;
    z-index: 11;
}

.wwys_barchart_canvas {
    border: 1px solid cyan;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-380px, -225px);
    width:760px;
    height: 450px;
    background-image: linear-gradient(to bottom, rgb(255,0,0,1) 66%, rgb(255,0,0,0));
    color: black;
    opacity: 99%;
    z-index: 10;
}

.wwys_player_name {
    position: absolute;
    padding: 1px;
    left: 10px;
    width:75px;
    border: 1px solid blue;
    background-color: darkgrey;
    color: black;
    opacity: 90%;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    z-index: 10;
}

.wwys_player_bar {
    visibility: hidden;
    position: absolute;
    left: 100px;
    width:0px;
    border: 1px solid blue;
    opacity: 90%;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    z-index: 12;
}

.wwys_player_error {
    visibility: hidden;
    position: absolute;
    padding: 1px;
    right: 25px;
    width: 50px;
    border: 1px solid blue;
    background-color: darkgrey;
    color: black;
    opacity: 90%;
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    /*    text-shadow: 2px 2px yellow;*/
    z-index: 14;
}


.wwys_player_trophy {
    visibility: hidden;
    position: absolute;
    padding: 1px;
    right: 1px;
    width: 15px;
    border: 1px solid blue;
    background-color: yellow;
    color: black;
    opacity: 90%;
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    /*    text-shadow: 2px 2px yellow;*/
    z-index: 15;
}


.wwys_barchartgrid {
    /*    opacity:50%;*/
    position: absolute;
    top: 50px;
    left: 20px;
    /*    transform: translate(-360px, -50px);*/
    width:720px;
    height: 100px;
    border: 1px solid blue;
    background-image: linear-gradient(to bottom, black 33%, darkgrey);
    color: black;
    /*    opacity: 99%;*/
    z-index: 11;
}
/*
.wwys_barchart_grid_header {
    position: absolute;
    top: 0px;
    left: 0px;
        transform: translate(-360px, -50px);
    width:100%;
    height: 20px;
    border: 1px solid yellow;
        opacity: 99%;
    z-index: 12;
}

.wwys_barchart_grid_bars {
    position: absolute;
    top: 25px;
    left: 0px;
        transform: translate(-360px, -50px);
    width:100%;
    height: 20px;
    border: 1px solid yellow;
        opacity: 99%;
    z-index: 12;
}

.wwys_barchart_grid_timer {
    position: absolute;
    top: 25px;
    left: 0px;
        transform: translate(-360px, -50px);
    width:100%;
    height: 20px;
    border: 1px solid yellow;
        opacity: 99%;
    z-index: 12;
}*/

.wwys_barchart_stopwatch {
    position: absolute;
    bottom: 1px;
    left: 103px;
    border: none;
    padding: 2px;
    /*    background-image: linear-gradient(to right, rgb(169,169,169,1), rgb(169,169,169,0));*/
    background-image: linear-gradient(to right, rgb(255,0,0,1), rgb(255,0,0,0));
    width:40px;
    text-align:left;
    color:white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px black;
    /*    opacity: 99%;*/
    z-index: 23;
}

.wwys_barchartgrid_verticalbar {
    position: absolute;
    top: 0px;
    width:1px;
    border: none;
    background-color: darkgrey;
    padding:0px;
    color: black;
    opacity: 90%;
    font-size: 16px;
    z-index: 22;
}

.wwys_barchartgrid_verticaltimerbar {
    position: absolute;
    top: 0px;
    left: 100px;
    width:2px;
    border: none;
    background-color: red;
    padding:0px;
    z-index: 23;
}

.wwys_barchartgrid_axislabel {
    position: absolute;
    top: 0px;
    left: 5px;
    width:20px;
    border: none;
    text-align:center;
    padding:0px;
    color: white;
    background-color: black;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    z-index: 24;
}

.game_questionid {
    opacity:85%;

    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background-image: radial-gradient(rgba(1,45,167,1), rgba(1,45,167,1), rgba(255,0,0,1), rgba(255,0,0,0));
    border-radius: 50%;
    /*    display: inline-block;*/
    margin: 2px;
    padding: 2px;
    line-height: 100px;
    width:100px;
    height:100px;
    text-align:center;
    /*background-color:green; */
    color:white;
    font-family: Arial, sans-serif;
    font-size: 48px;
    font-weight: bold;
    z-index: 3;
}


.pronto_current_tempo {
    opacity:85%;

    color: white;
    position: absolute;
    top: 10px;
    left: 10px;
    border: none;
    background-image: radial-gradient(rgba(1,45,167,1), rgba(1,45,167,1), rgba(255,0,0,1), rgba(255,0,0,0));
    border-radius: 50%;
    /*    display: inline-block;*/
    margin: 2px;
    padding: 2px;
    line-height: 100px;
    width:450px;
    height:100px;
    text-align:left;
    /*background-color:green; */
    color:white;
    font-family: Arial, sans-serif;
    font-size: 48px;
    font-weight: bold;
    z-index: 3;
}


@keyframes kf_wwys_question {
    0% {
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        font-size: 36px;
        text-align: center;
        line-height: 36px;
    }

    95% {
        top: 200px;
        left: 10px;
        transform: translate(0px, 0px);
        width: 50%;
        font-size: 36px;
        text-align: center;
        line-height: 36px;
    }

    98% {
        visibility: hidden;
        top: 200px;
        left: 10px;
        transform: translate(0px, 0px);
        width: 50%;
        font-size: 36px;
        text-align: center;
        line-height: 36px;
    }

    100% {
        visibility: visible;
        top: 200px;
        left: 10px;
        transform: translate(0px, 0px);
        width: 20%;
        font-size: 24px;
        text-align: left;
        line-height: 24px;
    }
}

@keyframes kf_wwys_answer {
    0% {
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        font-size: 36px;
        text-align: center;
        line-height: 36px;
    }

    95% {
        top: 400px;
        left: 10px;
        transform: translate(0px, 0px);
        width: 50%;
        font-size: 36px;
        text-align: center;
        line-height: 36px;
    }

    98% {
        visibility: hidden;
        top: 200px;
        left: 10px;
        transform: translate(0px, 0px);
        width: 50%;
        font-size: 36px;
        text-align: center;
        line-height: 36px;
    }

    100% {
        visibility: visible;
        top: 400px;
        left: 10px;
        transform: translate(0px, 0px);
        width: 20%;
        font-size: 24px;
        text-align: left;
        line-height: 24px;
    }
}

.game_question {
    position: absolute;
    top: 15px;
    left: 150px;
    transform: translate(0px, 0px);
    width: 75%;
    font-size: 48px;
    text-align: left;
    line-height: 48px;
    opacity:85%;
    color: green;
    border: 1px solid cyan;
    background-image: linear-gradient(to bottom, yellow, yellowgreen);
    margin: 2px;
    padding: 2px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-shadow: 2px 2px black;
    z-index: 999;
}
.wik_question {
    position: absolute;
    top: 15px;
    left: 150px;
    transform: translate(0px, 0px);
    width: 75%;
    font-size: 32px;
    text-align: left;
    line-height: 32px;
    opacity:85%;
    color: darkgreen;
    border: 1px solid cyan;
    background-image: linear-gradient(to bottom, yellow, yellowgreen);
    margin: 2px;
    padding: 2px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    /*    text-shadow: 2px 2px black;*/
    z-index: 999;
}


.wik_answer {
    visibility: hidden;
    position: absolute;
    top: 250px;
    right: 10px;
    transform: translate(0px, 0px);
    width: 20%;
    font-size: 24px;
    text-align: left;
    line-height: 24px;

    opacity:85%;
    color: white;
    border: 1px solid cyan;
    background-image: linear-gradient(to bottom, black, darkgrey, black);
    margin: 2px;
    padding: 2px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-shadow: 2px 2px green;
    z-index: 999;
}

.game_wwys_timingdebug {
    opacity:85%;
    padding: 2px;
    visibility: hidden;
    border: 1px solid white;
    background-color: red;
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-family: Monospace;
    font-size: 10px;
    font-weight: normal;
    z-index: 5;
}

.player_status_buzzer
{
    display: inline-block;
    border: 1px solid cyan;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    color:white;
    font-family: Monospace;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    text-align:center;
    text-shadow: 1px 1px black;
}

.player_status_buzzer_text
{
    display: inline-block;
    border: none;
    /*    border-radius: 50%;*/
    /*    width: 12px;*/
    height: 12px;
    font-family: Monospace;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    text-align:center;
    text-shadow: 1px 1px cyan;
}


.player_status_table
{
    border: 1px;
    /*    border-radius: 50%;*/
    /*    width: 12px;*/
    font-family: Monospace;
    font-size: 12px;
    font-weight: bold;
    text-align:left;
    /*    text-shadow: 1px 1px cyan;*/
    background-color: lightgrey;
    color: darkblue;
}

.buzzer_clock_utc {
    opacity:85%;
    padding: 2px;
    /*    visibility: hidden; */
    border: 1px solid white;
    background-color: red;
    color: white;
    position: absolute;
    bottom: 50px;
    right: 10px;
    font-family: Monospace;
    font-size: 24px;
    font-weight: normal;
    z-index: 5;
}

.buzzer_timestamp_utc {
    opacity:85%;
    padding: 2px;
    /*    visibility: hidden; */
    border: 1px solid white;
    background-color: red;
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-family: Monospace;
    font-size: 20px;
    font-weight: normal;
    z-index: 5;
}

.game_current_status {
    opacity:85%;
    border: none;
    background-color: red;
    color: white;
    position: absolute;
    left: 8px;
    font-family: Monospace;
    font-size: 10px;
    font-weight: normal;
    z-index: 5;
}

.game_page_info {
    opacity:85%;
    border: none;
    background-color: red;
    color: white;
    position: absolute;
    font-family: Monospace;
    font-size: 10px;
    font-weight: normal;
    z-index: 15;
}


.game_canvas_size {
    opacity:85%;
    border: none;
    background-color: red;
    color: white;
    position: absolute;
    right: 8px;
    bottom: 5px;
    font-family: Monospace;
    font-size: 10px;
    font-weight: normal;
    z-index: 5;
}

.game_button {
    border: 1px solid cyan;
    background-color: grey;
    padding: 2px;
    width: 25px;
    color: black;
}

.game_button:hover {
    outline: 2px solid yellow;
}

.game_qrcode {
    border: 1px solid blue;
    background-color: grey;
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 200px;
    height: 200px;
    z-index: 4;
}

.game_fieldset_group {
    position: absolute;
    left: 10px;
    z-index: 20;
}

.game_fieldset {
    border: 1px solid aqua;
    /*    background-image: radial-gradient(rgba(106, 90, 205,1), rgba(106, 90, 205,0));*/
    background-image: linear-gradient(to right, grey, lightgrey);
    color: white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    z-index: 21;
}

.game_fieldset legend {
    /*    border: 1px solid yellow;*/
    /*    background-image: radial-gradient(rgba(106, 90, 205,1), rgba(106, 90, 205,0));*/
    /*    background-image: linear-gradient(to right, grey, lightgrey);*/
    color: white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px darkblue;
}

.wik_player_response_status {
    position: absolute;
    top: 150px;
    right: 10px;
    width: 5%;
    border: none;
    opacity:85%;
    background-color: red;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    z-index: 5;
}

.wik_player_results {
    visibility: hidden;
    position: absolute;
    bottom: 25px;
    left: 10px;
    width: 200px;
    border: none;
    opacity:85%;
    background-color: red;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 2px black;
    text-align: left;
    z-index: 5;
}

.game_cross_anotation {
    visibility: hidden;
    position: absolute;
    margin: 0px;
    padding:0px;
    border: none;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-align:center;
    text-shadow: 1px 1px black;
    z-index: 13;
}

.map_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio : 720/650;
    height: 95%;
    border:1px solid yellow;
    padding:0px;
    margin:0px;
    z-index: 10;
}

.game_wikmap {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    border:none;
    padding:0px;
    z-index: 11;
}

.wik_crosses_collection {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    border: none;
    padding:0px;
    z-index: 12;
}

.wik_cross_container {
    /*    visibility: visible;*/
    position: absolute;
    transform: translate(-15px, -15px);
    background-image: linear-gradient(to right, rgba(255,255,0,0), rgba(255,255,0,1), rgba(255,255,0,0));
    margin: 0px;
    padding: 0px;
    border: none;
    width: 300px;
    height: 30px;
    top: 0px;
    left: 0px;
    z-index: 13;
}

.player_cross {
    /*    visibility: visible;*/
    position: absolute;
    margin: 0px;
    padding:0px;
    border: none;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
    z-index: 14;
}

.wik_cross {
    /*    visibility: visible;*/
    /*    opacity: 85%;*/
    position: absolute;
    margin: 0px;
    padding:0px;
    border: none;
    color: blue;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align:left;
    /*    text-shadow: 1px 1px white;*/
    z-index: 14;
}

.wik_cross_annotation {
    /*    visibility: visible;*/
    position: absolute;
    margin: 0px;
    padding:0px;
    border: none;
    width: 260px;
    height: 30px;
    top: 0px;
    left: 35px;
    color: black;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-align:left;
    text-shadow: 1px 1px white;
    z-index: 15;
}

.game_cross_img {
    visibility: visible;
    position: absolute;
    margin: 0px;
    padding:0px;
    border:none;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
    z-index: 14;

}