.allieswrapper {
  width: 950px;
  margin: auto;
}

.gameboard {
  background-color: black;
}

#statusboard {
  padding: 10px;
  display: inline-block;
  color: white;
  background-color: black;
  width: 200px;
  height: 640px;
  vertical-align:top;
}

.keyIcon {
  line-height: 32px;
}

.keyIcon svg {
  vertical-align: bottom;
}