﻿/*.modalgame {
    display: none;*/ /* Hidden by default */
    /*position: fixed;*/ /* Stay in place */
    /*z-index: 1;*/ /* Sit on top */
    /*padding-top: 100px;*/ /* Location of the box */
    /*left: 0;
    top: 0;
    width: 50%;*/ /* Full width */
    /*height: 50%;*/ /* Full height */
    /*overflow: auto;*/ /* Enable scroll if needed */

/*}*/
.modalgame {
    display: none; /* Hidden by default */

    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%; /* Full width */
    height: 50%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

/* Modal Content */
.modalgame-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.closegame {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .closegame:hover,
    .closegame:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
