.rTableRow, .rTableCell {
  overflow: visible;
}

.rTable .rTableBody .rTableRow {
  margin-bottom: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.rTable .rTableHeading {
  display: none;
}

.rTable .rTableBody .rTableRow:first-of-type .rTableCell {
  background-color: #edf0f4;
  color: #282828;
  font-size: .875 rem;
}

.rTable .rTableBody .rTableRow :first-of-type .rTableCell:nth-of-type(11) {
  display: none;
}

.rTable .rTableBody .rTableRow .rTableCell {
  padding: 12px 4px;
  font-size: 1 rem;
  font-weight: bold;
  color: white;
  background-color: rgb( var(--theme-link) );
  overflow: visible;
}

.rTable .rTableBody .rTableRow .rTableHead:first-of-type {
  display: none;
}

.rTable .rTableBody .rTableRow:first-of-type .rTableCell:nth-of-type(11) {
  display: none;
}

.rTable .rTableBody .rTableRow .rTableCell {
  width: 8%;
  white-space: initial;
}

.rTable .rTableBody .rTableRow .rTableCell:nth-of-type(2) {
  width: 12%;
}

.rTable .rTableBody .rTableRow .rTableCell:nth-of-type(4) {
  width: 20%;
}

.rTable .rTableBody .rTableRow .rTableCell:nth-of-type(9) {
  width: 24%;
}

.rTable .rTableBody .rTableRow .rTableCell:nth-of-type(10) {
  width: 4%;
  position: relative;
}

.rTable .rTableBody .rTableRow .rTableCell:nth-of-type(11) {
  flex-basis: 100%;
  background: white;
  font-size: .875rem;
  font-weight: normal;
  color: #282828;
  background-color: #edf0f4;
  padding: 12px 10px;
  flex-direction: column;
  text-align: left;
}

.fa-arrow-circle-up {
  color: #4fab3f;
  font-size: 2rem;
  position: absolute;
  top: -10px;
  right: -6px;
  background: white;
  border-radius: 0.5rem;
  padding: 0 2px;
}

.fa-arrow-circle-down {
  color: #ff4d40;
  font-size: 2rem;
  position: absolute;
  top: -10px;
  right: -6px;
  background: white;
  border-radius: 0.5rem;
  padding: 0 2px;
}

.rTable .rTableBody .draft-team-logo {
  margin: 0 0 -10px 0;
  height: 60px;
  width: 60px;
  position: relative;
  z-index: 2;
}

.rTable .rTableBody .draft-team-logo img {
  height: 60px;
  width: 60px;
}