.playerModalTable {
  white-space: nowrap;
  width: 100%;
}

.playerModalTable tr {
  border-bottom: 1px solid #eaeaea;
}

.playerModalTable tr:last-child {
  border-bottom: 0px;
}

.playerModalTable td {
  background-color: #fff;
}

.playerModalTable td:nth-child(1) {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
}

.playerModalTable td:nth-child(2) {
  width: 100%;
}

/*# sourceMappingURL=dashboardModal.css.map */
