.sv-dancepedia-facts,
.vw-post-content > h2 + table {
  width: 100%;
  margin: 24px 0 36px;
  border: 1px solid #d9e2e7;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 43, 51, 0.08);
  font-size: 15px;
  line-height: 1.65;
}

.sv-dancepedia-facts td,
.vw-post-content > h2 + table td {
  box-sizing: border-box;
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid #e3eaee;
  vertical-align: top;
}

.sv-dancepedia-facts td:first-child,
.vw-post-content > h2 + table td:first-child {
  width: 180px;
  border-right: 1px solid #d9e2e7;
  border-left: 4px solid #4d93ad;
  background: #eef4f6;
  color: #263740;
  font-weight: 700;
}

.sv-dancepedia-facts td:first-child strong,
.vw-post-content > h2 + table td:first-child strong {
  font-weight: 700;
}

.sv-dancepedia-facts tr:last-child td,
.vw-post-content > h2 + table tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 640px) {
  .sv-dancepedia-facts,
  .sv-dancepedia-facts tbody,
  .sv-dancepedia-facts tr,
  .sv-dancepedia-facts td,
  .vw-post-content > h2 + table,
  .vw-post-content > h2 + table tbody,
  .vw-post-content > h2 + table tr,
  .vw-post-content > h2 + table td {
    display: block;
    width: 100%;
  }

  .sv-dancepedia-facts,
  .vw-post-content > h2 + table {
    margin: 20px 0 30px;
  }

  .sv-dancepedia-facts tr:not(:last-child),
  .vw-post-content > h2 + table tr:not(:last-child) {
    border-bottom: 1px solid #d9e2e7;
  }

  .sv-dancepedia-facts td,
  .vw-post-content > h2 + table td {
    border-bottom: 0;
  }

  .sv-dancepedia-facts td:first-child,
  .vw-post-content > h2 + table td:first-child {
    width: 100%;
    padding: 10px 14px 9px;
    border-right: 0;
    border-bottom: 1px solid #dfe7eb;
    border-left-width: 3px;
  }

  .sv-dancepedia-facts td:last-child,
  .vw-post-content > h2 + table td:last-child {
    padding: 12px 14px 14px;
  }
}
