body{
font-family: helvetica, arial, sans-serif;
}

table{
height:356px;
width:320px;
text-align:center;
}

h1{
  font-size:30px;
  color:#550000;
}

h2{
  font-size:20px;
  padding-left:20px;
  padding-right:20px;
  color:#550000;
}

p{
 font-size:14px;
  padding-left:20px;
  padding-right:20px;
  color:#000000;
}

.screen{
position:absolute;
top:0;
left:0;
width:320px;
height:356px;
overflow:hidden;
}

.btn{
margin-left:auto;
margin-right:auto;
-webkit-border-radius:20px;
width:160px;
height:40px;
background-color:#550000;
text-align:center;
}

.btn table{
width:160px;
height:40px;
color:#ffffff;
font-size:20px;
}

.roundBox{
-webkit-border-radius:8px;
width:250px;
height:250px;
background-color:#CCCCCC;
opacity:.3;
margin-left:auto;
margin-right:auto;
}

#failureScreen p{
text-align:center;
color:#aa0000;
font-size:40px;
}

#successScreen p{
text-align:center;
color:#3366FF;
font-size:40px;
}



#tempLayer{
display:none;
}

#splashScreen{
background-color: #ffffbb;
opacity:.5;  
}

#startScreen{
background-color: #bbffbb;  
}

#pauseScreen{
background-color:#bbffbb;
}

#gameScreen{
background-color:#FFFFFF;
}

#hiderScreen{
background-color:#FFFFFF;
}

#levelScreen{
background-color:#ffffbb;
}

#congratsScreen{
background-color:#ffffbb;
}

#blocker{
z-index:100;
display:none;
opacity:0;
background-color:#000000;
}
