﻿@media (max-width: 799px) {
    .table-container table tbody tr td:before,
    .table-container table tbody tr td > span,
    .table-container table tbody tr th:before,
    .table-container table tbody tr th > span,
    .table-container table tfoot tr td:before,
    .table-container table tfoot tr td > span,
    .table-container table tfoot tr th:before,
    .table-container table tfoot tr th > span {
        width: 90% ! important;
    }
}
