.postie-post * {
  width: 100%;
}

.postie-post img {
  width: 100%;
  display: block;
}

/* Hide tracking pixel images */
.postie-post img[width="1"],
.postie-post img[height="1"] {
  display: none;
}

.postie-post p {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.postie-post table {
  margin-bottom: 0;
  border-left: none;
  border-right: none;
}

.postie-post table td {
  border-bottom: none;
}

.postie-post .mcnFollowContent>tbody>tr>td>table>tbody>tr>td {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  width: 100%;
}

.postie-post .mcnFollowContent>tbody>tr>td>table>tbody>tr>td>p {
  flex-basis: 0%;
}

.postie-post .mcnFollowContent>tbody>tr>td>table>tbody>tr>td td {
  padding: 0;
}