body {
	margin: 0px;
}

.guarded {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#testbar
{
	background-color:#D2E0E6;
	margin: 1em;
	margin-top: 0em;
	padding: 0.5em;
	padding-right: 1em;
	text-align: right;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.number {
    vertical-align: middle;
    line-height: 92px;
    text-align: center;
    border-radius: 2px;
    color: #EEE;
    background-color: #333;
    width: 92px;
    height: 92px;
    margin: 4px;
    float: left;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.number.horizontal {
    width: 192px;

}

.number.vertical {
    height: 192px;
}

.keypadParent {
    background-color:grey;
    border-radius: 2px;
    width: 400px;
}

.keypad {
    float:left;
    width: 300px;
    height: 400px;
}

.keypadCommand {
    float: left;
    width: 100px;
    height: 400px;
}

#quickbar {
    width: 300px;
}

a.testbar:link,a.testbar:visited,a.testbar:hover,a.testbar:active
{
	color:#528CE0;
}