﻿.content-post table {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
}

.content-post table tr {
    border: none !important;
}

.content-post table td {
    border: none;
    border-top: 1px solid var(--main-text-color);
    border-bottom: 1px solid var(--main-text-color);
}

.content-post strong {
    font-weight: 700;
}

.content-post table {
}