/*I hate that I even have to do this*/

.preGame
{
	text-align: center;
	padding: 8%;
}

.preGame .option
{
	float: none;
	text-align: center;
	margin: 5% 37%;
}


.initialMobile
{
  max-width: 900px !important;
  width: 98% !important;
}


.tooSmall
{
	display: none;
}

@media only screen and (max-width: 180px) {
  #stage, #materialBox {
    display:none;
  }
  .tooSmall
  {
  	display: inline-block;
  }
  #outterStage, #stage, #container
  {
  	width: 98%;
  }
}


@media only screen and (max-width: 500px) {
  .initialMobile
  {
    font-size: 8px;  
  }
  .preGame .option
  {
    margin: 5% 0%;
  }
}