/** Add css rules here for your application. */

.infoPanel div {
  margin-right: 10px;	
}

.gameOverLabel {
  color: red;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
}

.front, .back {
	border: 1px solid black;
}

.back {
  cursor: pointer;
}