.dgl-table {
  border-collapse: collapse;
  width: 100%;
}

.dgl-table tr td {
  border: 1px solid #888;
  padding: 5px 10px;
}

.dgl-table tr:nth-child(even) td {
  background-color: #eee;
}

.dgl-division-players-table {
  margin-top: 0 !important;
}

.dgl-division-players-table .field-label .label {
  margin: 0;
}

.dgl-division-players-table tbody td {
  position: relative;
}

.dgl-division-players-table .form-item {
  margin-bottom: 0;
}

.dgl-division-players-table .player-delete {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  height: auto;
  padding: 5px;
  transform: translateY(-50%);
}

.division-title {
  margin: 0;
  text-transform: uppercase;
}
