@charset "UTF-8";
/* CSS Document */

p,body,h1,h2,h3,span,td,tr
{
overflow-y: hidden ! important;	
font-family: 'Cabin', sans-serif;
}

.bang
{
position:relative;
z-index:999;
}

a
{
text-decoration:none;	
}

#ammoguage
{
position: absolute;
position:fixed;
top:0px;
right:0px;
width:15%;
background-color:yellow;
font-size:x-large;	
text-align:right;
}

#persBest
{
position: absolute;
position:fixed;
bottom:0px;
left:0px;
width:15%;
background-color:yellow;
font-size:x-large;	
}

.centered{
    display:hidden;
    /*set the div in the center of the screen*/
    position:absolute;
	font-size:large;
	color:black;
    top:1%;
    left:25%;
    width:600px;
	background-color:white;
	text-align:center;
  }
  
.hstable
{
font-size:medium;
color:black;
text-align:left;
	
}

#countdown
{
position: absolute;
position:fixed;
top:0px;
left:0px;
width:15%;
background-color:yellow;
font-size:x-large;	
}

#scorebox
{
position: absolute;
position:fixed;
bottom:0px;
right:0px;
width:15%;
background-color:yellow;
font-size:x-large;	
text-align:right;
}

#questionbox
{
margin-left:5%;
margin-right:5%;
position: absolute;
text-align: center;
vertical-align: middle;
top:10px;
left:0px;
width:90%;
min-height:100px;
background-color:#6699ff;
font-size:x-large;
border-style:solid;
border-color:black; 
}


.alien
{
display: table-cell;
vertical-align: middle;
border-radius: 10px; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
text-align:center;
border-style:solid;
border-color:black; 
background-color:yellow;
position: absolute;
padding: 4px;
min-width: 150px;
min-height:50px;
font-size:large; 
}

.body, div, p
{
cursor:url("imgs/crosshair.png"),default;
overflow:hidden;
}

.ui-loader, .ui-corner-all, .ui-body-a, .ui-loader-default
{
display:none !important;	
}
