﻿HTML {
    position: fixed;
    -webkit-overflow-scrolling: auto;
    overflow: hidden;
    background-color: black;
}

body {
     position: fixed;
    font-family: 'Segoe UI', sans-serif;
    background-color : black;
	height:100%;
	width:100%;
	overflow:hidden;
}

span {
    font-style: normal;
}

#turn{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-color:white;
	background-image:url('Assets/Images/turnPhone.jpg');
	background-repeat:no-repeat;
	background-position: center center;
    margin:0px;
	display:none;
}

#resizing {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: white;
	background: black;
	display: none;
	width: 100%;
	height: 100%;
	padding: 0;
}
#gameHelp{
    width:100%;
	height:100%;
	position:fixed;
	top:2px;
	left:5px;
	background-repeat:no-repeat;  
	display:none;
}

#resizing #text {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#debugUiContainer {
    position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 500px;
	height: 285px;
    padding:5px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.31);
	display:none;
    z-index: 9999999999999999999;
}


#spins {
    float: left;
}

#ui 
{
    position: absolute;
}