/* Align table headers to the left in post content */
.post__content table th {
    text-align: left;
}