* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial;
    font-size:1.2vw;
    background-color: #000000;
}

div {
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}
p {
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}
.sign {
    position: absolute;
    width: 100%;
    bottom: 3px;
}
.dragzone {
    width: 100%;
    height: 100%;
    border: 1px solid #aaaaaa;
    position: absolute;
}
.togglezone {
    width: 100%;
    height: 100%;
    border: 1px solid #aaaaaa;
    position: absolute;
}
.clickzone {
    width: 100%;
    height: 100%;
    border: 1px solid #aaaaaa;
    position: absolute;
}
.ready {
    width: 90%;
    height: 30%;
    border: 1px solid #000000;
    background-color: darkred;
    margin: 5%;
    color: white;
    float: left;
    position: absolute;
}
.msg {
    width: 90%;
    height: 50%;
    top:40%;
    border: 1px solid #aaaaaa;
    background-color: darkblue;
    margin: 5%;
    color: white;
    position: absolute;
}
.col9 {
    width: 10vw;
    height: 44vh;
    display: inline-block;
    position: relative;
}
.col3 {
    width: 30vw;
    height: 96vh;
    display: inline-block;
    position: relative;
    font-size: 3vw;
}
.progress {
    width: 60vw;
    height: 8vh;
    position: relative;
    background-color: transparent;
}
.progressbar {
    width: 0%;
    left: 0px;
    position: absolute;
    height: 8vh;
    background-color: red;
}
.progresstext {
    top: 0px;
    width: 100%;
    height: 8vh;
    position: absolute;
    color: white;
    background-color: transparent;
}



.numpad {
    margin: auto;
    width: 45vw;
    height: 96vh;
    display: inline-block;
    position: relative;
    font-size: 24pt;
}
.numpad .view {
    width: 100%;
    height: 20%;
}
.numpad #num {
    width: 100%;
    height: 100%;
    font-size: 24pt;
    text-align: center;
}
.numpad .key {
    width: 30%;
    height: 18%;
    border: 2px solid #aaaaaa;
    background-color: darkred;
    color: white;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.button {
    border: 2px solid #aaaaaa;
    background-color: darkred;
    color: white;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 4px 2px 4px;
    text-decoration: none;
}
