body {
    margin: 0px;
    font-family: Helvetica;
    -webkit-background-clip: initial;
    -webkit-background-origin: initial;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.container {
    position: absolute;
    width: 100%;
}


body .container {
    height: 362px;
}

.toolbar {
    position: absolute;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    height: 8px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgb(63, 78, 99) 0px -1px 1px;
    -webkit-background-clip: initial;
    -webkit-background-origin: initial;
    background-color: rgb(129, 145, 170);
}


body[orient="landscape"] .toolbar {
    font-size: 15px;
}

.anchorTop {
    top: 0px;
	height:26px;
}

.anchorBottom {
	position: relative;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(63, 78, 99);
    padding-bottom: 6px;
    bottom: 2px;
}

.anchorBottom2 {
	position:relative;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(63, 78, 99);
    padding-bottom: 2px;
    bottom: 2px;
}

.center {
    position: absolute;
    top: 40px;
    bottom: 40px;
    -webkit-background-clip: initial;
    -webkit-background-origin: initial;
    background-color: rgb(204, 204, 204);
}

body[orient="landscape"] .center {
    top: 20px;
    bottom: 40px;
    width: 100%;
    background-color: rgb(256, 0, 256);
}

.item {
	position: relative;
    background-image: url(iPhoneArrow.png);
    background-repeat: no-repeat;
    -webkit-background-clip: initial;
    -webkit-background-origin: initial;
    background-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(224, 224, 224);
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    color: #000000;
    background-position: 100% 50%;
}

.item_deactive {
	position: relative;
    background-repeat: no-repeat;
    -webkit-background-clip: initial;
    -webkit-background-origin: initial;
    background-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(224, 224, 224);
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    color: #000000;
    background-position: 100% 50%;
}

.selection {
	width:100%;
	top:0px;
	position: relative;
    background-repeat: no-repeat;
    -webkit-background-clip: initial;
    -webkit-background-origin: initial;
    background-color: #8191AA;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(224, 224, 224);
    padding-top: 7px;
    padding-right: 8px;
    padding-bottom: 7px;
    padding-left: 8px;
    color: #000000;
    background-position: 100% 50%;
}

.game {
	position: relative;
    padding-top: 9px;
    padding-right: 8px;
    padding-bottom: 9px;
    padding-left: 8px;
    color: #FFFFFF;
    background-position: 100% 50%;

	}
.content{
	width: 100%;
	position: relative;
	top:15px;
}

.paarung{
	width:90px;
}

.result{
	width:70px;
}

.time{
	width:80px;
}
.check{
	width:20px;
}
.qtr{
	width:40px;
}

input{
	height:25px;
	font-size: 20px;

}