body{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.row{
	width:auto;
	height:24px;
	background-color:grey;
	cursor:crosshair;
}
.cellContainer{
	width:24px;
	height:24px;
	display:inline-block;
	font-size:20px;
	text-align:center;
	color:transparent;
}
.cell{
	background-color:black;
	width:22px;
	height:22px;
}
.mine{
	background-color:black;
	width:22px;
	height:22px;
}
.flagged{
	width:22px;
	height:22px;
  background-color:red;
}
.controlAlign{
  position:absolute;
}
.textField{
  width:100px;
	height:30px;
}
.setupHeading{
  font-size:30px;
	border-bottom:solid
}
.setupContent{
	display:inline-block;
}
.contentContainer{
	width:470px;
	padding-left:30px;
}
.firstCollum{
  width:100px;
	border-right:double 5px;
}
.minesCollum{
  height:35px;
}
.dimensionsCollum{
  height:65px;
}
#setupFrame{
  font-size:25px;
	width:500px;
}
#gameView{
}
#gameWindow{
}
#controlView{
}
#timerContainer{
  float:left;
	height:50px;
	text-align:center;
}
#timer{
  background-color:white;
	font-size:20px;
	width:60px;
	height:24px;
	vertical-align:middle;
}
#controls{
  height:50px;
	background-color:black;
	display:none;
}
#controlButton{
  height:50px;
	width:50px;
	float:left;
}
#flagButton{
  height:50px;
	width:50px;
	background-color:red;
}
#mineButton{
  height:50px;
	width:50px;
	background-color:blue;
}
#minesFound{
  height:50px;
	width:50px;
	float:left;
	background-color:white;
	text-align:center;
	font-size:20px;
}