.scrollable-div {
  margin: 12px;
  margin-bottom: 0px;
  margin-top: 0px;
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
  border-style: none;
  padding: 0px;
  max-height: 200px;
}

.cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50px;
  color: #2d0675;
  font-family: 'Montserrat';
}

.player-row {
  background-color: rgb(165,206,50);
}

