.ttt-status {
  margin-bottom: 10px;
}

.ttt-square {
  background: #fff;
  border: 1px solid #999;
  float: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 68px;
  height: 68px;
  margin-right: -1px;
  margin-top: -1px;
  padding: 0;
  text-align: center;
  width: 68px;
}

.ttt-square:focus {
  outline: none;
}

.ttt.kbd-navigation .square:focus {
  background: #ddd;
}

.ttt-game {
  display: flex;
  flex-direction: row;
}

.ttt-game_wrapper .col-lg-4 {
  margin-left: 20px;
}

.ttt-game-info {
  margin-left: 20px;
}
