html, body {
	height: 100%;
	background-color: black;
}

hr {
	margin-top: 3px;
	margin-bottom: 3px;
}

#wrap {
  min-height: 100%;
  height: 100%;
  /* Negative indent for foot height */
  margin: 0 auto -90px;
}

#board {
	padding-top: 10px;
	height: 84%;
}

#log {
	padding-top: 6px;
	padding-left: 0;
	margin-bottom: 0;
	overflow: auto;
	color: white;
	height: 90%;
}

#logList {
}

#push,
#menu {
	height: 90px;
}
#menu {
	padding-top: 10px;
	background-color: #eee;
}

#startStopLabel {
	text-align: right;
	margin-bottom: 0px;
}

.rightMenu {
	float: right;
}

.square {
	background-color: rgb(25,25,25);
	width: 8.3%;
	height: 4.4%;
	text-align: center;
	border: 1px solid gray;
	padding-top: 6px;
	color: white;
}

.helperLabel {
	font-size: 80%;
}

.squarePicked  {	
	font-style: italic;
	background-color: darkgray;
}

.squarePickedPrize  {
	background-color: yellow;
	color: #5800B2;
}

.squarePickedGrandPrize {
	background-color: green;
	color: white;
}

.logItem {
	border-bottom: 1px dashed black;
}

.modal-content {
	background-color: rgb(25,25,25);
	color: white;
}

.modalText {
	text-align: center;
}

.modalNumber {

	font-size: 1000%;
}

.modalPrize {
	font-size: 500%;
}