* {
    padding: 0;
    margin: 0;
}
html, body {
    background: #000;
    color: #000;
    width: 100%;
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}
a {
    color: #000;
}
canvas {
    touch-action-delay: none;
    touch-action: none;
    -ms-touch-action: none;
    width: 1300px !important;
    height: 730px !important;
}

.modal-content ol {
    max-width: 700px;
    font-size: 20px;
    margin: auto;
    text-align: left;
}
.modal-content li {
    margin-bottom: 15px;
}

input {
    padding: 15px;
    min-width: 360px;
    margin-bottom: 20px;
    border-radius: 7px;
}

#stsx {
    color: white;
    cursor:pointer;
}
#sts {
    color: white;
    cursor:pointer;
}
#st {
    position:fixed;
    left:40px;
    bottom:70%;
    color: white;
    cursor:pointer;
}
#ranking {
    position:fixed;
    left:40px;
    bottom:60%;
    color: white;
    cursor:pointer;
}
table {
    font-size: 20px;
    min-width: 500px;
    text-align: center;
}
tr:nth-child(even) {
    background-color: #dddddd;
}
#prizes {
    position:fixed;
    left:40px;
    bottom:50%;
    color: white;
    cursor:pointer;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 33%;
    top: 0;
    max-width: 600px; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    width: 80%;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.btn-orange {
    background: #ffa12d;
    box-shadow: inset 0 0 1.6em -0.6em #ff9200;
}

.btn-blue {
    background: #303950;
    box-shadow: inset 0 0 1.6em -0.6em #303950;
}
.btn-green {
    background: #25cfa9;
    box-shadow: inset 0 0 1.6em -0.6em #25cfa9;
}

.cssbuttons-io-button {
    color: white;
    cursor: pointer;
    font-family: inherit;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    border-radius: 0.9em;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
}
.cssbuttons-io-button .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 0.7em;
    box-shadow: 0.1em 0.1em 0.6em 0.2em #ff9200;
    right: 0.3em;
    transition: all 0.3s;
}
.cssbuttons-io-button:hover .icon {
    width: calc(100% - 0.6em);
}
.cssbuttons-io-button .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: #ff9200;
}
.cssbuttons-io-button:hover .icon svg {
    transform: translateX(0.1em);
}
.cssbuttons-io-button:active .icon {
    transform: scale(0.95);
}

