.alphabetSoupBox {
  width: 2vw;
  height: 2vw;
  text-align: center;
  border: 1px solid;
  font-size: small;
  margin-bottom: 20px;
  }

.boxSelected{
  width: 2vw;
  height: 2vw;
  text-align: center;
  border: 0;
  font-size: x-small;
  background-color: #233E8E !important;
  color: white;
  margin-bottom: 20px;
}

td{
  border-style: none !important;
  vertical-align: middle;
  text-align: center;
}
