table {
  border-collapse: separate;
  max-width: 70rem;
  width: 100%;
  border: 0.5px solid #505050;
  border-spacing: 0;
  margin: 0 auto;
  table-layout: fixed;
  background-color: #1d1d1d;
}

td {
  border: 0.5px solid #505050;
  text-align: left;
  vertical-align: top;
  color: #d9d9d9;
  padding: 1rem;
}

th {
  border: 0.5px solid #505050;
  text-align: center;
  vertical-align: middle;
  color: #d9d9d9;
}

th {
  padding: 1.2rem;
}
td {
  padding: 2rem;
}

th,
td {
  display: block;
}

.rg-patches-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #d9d9d9 !important;
  letter-spacing: 1px;
  line-height: 1.2em;
}

.rg-patches-number {
  font-size: 0.95rem;
  margin-top: 0.25rem;
  font-weight: 300;
  color: #cdcdcd !important;
}

.rg-sc-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #d9d9d9 !important;
  letter-spacing: 1px;
  line-height: 1.2em;
}
.rg-sc-number {
  font-size: 0.95rem;
  margin-top: 0.25rem;
  font-weight: 300;
  color: #cdcdcd !important;
}

.responsive-grid-loop-container:not(:first-child) {
  margin-top: 2rem;
}

.responsive-grid-loop-container div h2 {
  /* font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #d9d9d9; */
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #d9d9d9;
}

.rgl-subline {
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 0.875rem;
}

.responsive-grid-items {
  font-weight: 300;
  line-height: 1.58rem;
  font-size: 14px;
  color: #d9d9d9 !important;
  letter-spacing: 1px;
}

.desktop-right-th {
  display: none;
}

.mobile-right-th {
  display: block;
}

@media (min-width: 768px) {
  .responsive-grid-loop-container div h2 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #d9d9d9;
  }
  .responsive-grid-items {
    font-weight: 300 !important;
    line-height: 1.8em;
    font-size: 15px;
    color: #d9d9d9 !important;
    letter-spacing: 1px;
  }
  .rg-patches-number {
    font-size: 0.95rem;
    margin-top: 0.25rem;
    font-weight: 300;
  }
  .rg-sc-number {
    font-size: 0.95rem;
    margin-top: 0.25rem;
    font-weight: 300;
  }
  .rgl-subline {
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  th,
  td {
    display: table-cell;
  }
  .desktop-right-th {
    display: block;
  }
  .mobile-right-th {
    display: none;
  }
}
