
body { 

	/*min-height:100%;*/
	background-image: url(../images/background.jpg);
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/

}

input[type=button] {
    min-width: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
}

input[type=text] {
    min-width: 0px;
    margin: 0px;
    padding: 0px;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius:0px;
    background-color:lightgrey;
}

html, body {
    margin: 0;
    padding: 0;
}

.buttonCommand {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    font-size:15px;
    //font-weight:bold;
    background-color:green;
    color:white;
}

.rotate1 {
    -webkit-transform: rotate(0deg) translate3d( 0, 0, 0);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: yellow;
}

.rotate2 {
    -webkit-transform: rotate(-360deg) translate3d( 0, 0, 0);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: yellow;
}

.table {
    border-collapse: collapse;
    width: 320px;
    height: 320px;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

td {
    width: 35px;
    height: 35px;
    text-align: center;
    /*border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;*/
}

div.tableCell {
    width: 33px;
    height: 33px;
    text-align: center;
    //display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    background-color: #47D2DE;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    margin:auto
}

input.tableCell {
    width: 33px;
    height: 33px;
    text-align: center;
    font-size: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

button.tableCell {
    width: 33px;
    height: 33px;
}

.button {
    width: 33px;
    height: 33px;
}

.buttonNumber {
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.buttonSmallLevel {
    width: 35px;
    height: 35px;
    font-size: 20px;
    color:white;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

/* popup_box DIV-Styles*/
#popup_box {
    display: none; /* Hide the DIV */
    /*position: fixed;*/
    position: absolute;
    _position: absolute; /* hack for internet explorer 6 */
    height: 280px;
    width: 280px;
    background: #FFFFFF;
    left: 50%;
    top: 50%;
    z-index: 100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-top: -140px; /*set to a negative number 1/2 of your height*/
    margin-left: -140px; /*set to a negative number 1/2 of your width*/
    /* additional features, can be omitted */
    border: 2px solid #ff0000;
    padding: 0px;
    font-size: 15px;
    -moz-box-shadow: 0 0 5px #ff0000;
    -webkit-box-shadow: 0 0 5px #ff0000;
    box-shadow: 0 0 5px #ff0000;
}

#container {
    /*background: #d2d2d2; Sample*/
    width: 100%;
    height: 100%;
    text-align: center;
}

#popupBoxClose {
    cursor: pointer;
    text-decoration: none;
}

/* This is for the positioning of the Close Link */
#popupBoxClose {
    font-size: 18px;
    line-height: 15px;
    right: 5px;
    top: 5px;
    position: absolute;
    color: #6fa5e2;
    font-weight: 500;
}

@media screen and (-ms-view-state: fullscreen-landscape) {
}

@media screen and (-ms-view-state: filled) {
}

@media screen and (-ms-view-state: snapped) {
}

@media screen and (-ms-view-state: fullscreen-portrait) {
}
