﻿body, div, ul, li, a, input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
}

body {
    background-color: #6ccccc;
    font-size: 40px;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.w-1 {
    width: 8.3333% !important;
}

.w-2 {
    width: 16.6666% !important;
}

.w-3 {
    width: 25% !important;
}

.w-4 {
    width: 33.3333% !important;
}

.w-5 {
    width: 41.6666% !important;
}

.w-6 {
    width: 50% !important;
}

.w-7 {
    width: 58.3333% !important;
}

.w-8 {
    width: 66.6666% !important;
}

.w-9 {
    width: 75% !important;
}

.w-10 {
    width: 83.3333% !important;
}

.w-11 {
    width: 91.6666% !important;
}

.w-12 {
    width: 100% !important;
}

div.Tag,
div.Bet {
    display: none;
}

div.Active {
    display: block;
}

div.FullPage {
    height: 100%;
}

div.ButtonArea {
    display: block;
    margin: 0 auto;
}

    div.ButtonArea a {
        background-color: lightgreen;
        display: inline-block;
        margin: 1rem 1rem;
        padding: 1rem;
        width: 35%;
        text-align: center;
    }