.post .post-content .responsive-table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.post .post-content .responsive-table:focus {
  outline: 2px solid rgba(52, 158, 243, 0.35);
  outline-offset: 2px;
}

.post .post-content .responsive-table > table {
  width: max-content;
  min-width: 720px;
  min-width: max(720px, 100%);
  max-width: none;
}

.post .post-content .responsive-table th,
.post .post-content .responsive-table td {
  vertical-align: top;
}
