﻿body {
    z-index: 123456;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #252525;
    color: white;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

img {
    margin-top: 50px;
    width: 200px;
    height: auto;
}

.marginDiv {
    margin: 20px;
}

.hide {
    display: none;
}

button {
    margin-top: 40px;
    font-size: 14px;
    border: none;
    width: 270px;
    height: 40px;
    background-color: black;
    color: gray;
}

button:hover { color: white; }

button[value=closed] {
    color: gray;
    background-color: #1B1B1B;
    cursor: wait;
}

select, .InputMax { color: #7D7D7D; }

#PolicyText {
    font-size: 12px;
    color: #9E9E9E;
}

a { color: #9E9E9E; }
a:hover { color: #C0AC7C; }

select {
    text-align-last: center;
    width: 250px;
    height: 40px;
}

#subtitle {
    margin-top: 40px;
    font-size: 18px;
}

.InputMax {
    margin-left: 6px;
    margin-top: -10px;
    text-align: center;
    width: 75px;
    height: 90px;
    font-size: 80px;
}

#LolText { color: #C0AC7C; }


@media only all and (max-device-width: 480px) and (max-device-height: 580px), only screen and (max-width: 768px) {

    @-ms-viewport  { 
      width: 480px; 
    }

    .InputMax {
        margin-top: 2px;
        margin-left: 2px;
        width: 52px;
        height: 66px;
        font-size: 42px;
    }

    img {
        margin-top: 45px;
        width: 150px;
        height: auto;
    }
    
    #subtitle { font-size: 12px; }

}