.alliance-table tbody tr,
.alliance-table tfoot tr {
  height: 64px;
}

.alliance-table tbody tr > td,
.alliance-table tbody tr > th {
  vertical-align: middle;
}

/* Table Header Styles */
.alliance-table thead tr {
  height: 28px;
}

.alliance-table thead th {
  background-color: rgba(237, 237, 237, 0.3);
  padding: 6px 12px;
}

.alliance-table thead th {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}

.cell-primary-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333333;
}

.cell-secondary-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8F8F8F;
}

.alliance-table-borderless {
    border: none;
}

.alliance-table-borderless th,
.alliance-table-borderless td {
    border: none;
}

.alliance-table-borderless thead th {
    border: none;
}

