.space-page-content table tr th {
  background-color: #0d0d0d;
  border-width: 7px;
  border-color: #0d0101;
  border-bottom-color: #0d0d0d;
  border-left-color: #141313;
  border-right-color: #0d0d0d;
  color: #fdd12a;
}

.space-page-content table tbody tr td {
  background-color: #fdd12a;
  border-width: 0px;
  border-radius: 16px;
  border-top-right-radius: -7px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 6px;
  border-top-width: 0px;
  border-right-color: #1c1c1c;
}

.sc_card {
  background-color: #030303;
  color: #fdd12a;
}

.sc_card h3 {
  color: #fdd12a;
}