.post {
  margin-bottom: 3em;
}

.post p strong {
  font-weight: bold;
}

.post img {
  max-width: 100%;
  height: auto;
}
.post table {
  border-collapse: collapse;
  border-width: 0;
  margin: 1.5em 0;
}

.post th,
.post td {
  height: auto !important;
  padding: 0.5em;
  line-height: 1.75;
}

.post th:first-child,
.post td:first-child {
  padding-left: 0;
}

.post th:last-child,
.post td:last-child {
  padding-right: 0;
}

.post th[style*="border"],
.post td[style*="border"] {
  padding: 8px;
}

.post > p:first-child,
.post td p:first-child {
  margin-top: 0;
}

.post td p:last-child {
  margin-bottom: 0;
}

@media not screen and (min-width: 768px) {
  .post th:not([style*="border"]),
  .post td:not([style*="border"]) {
    display: block;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}


