﻿     @media only screen and (max-width: 1598px) {

            /* Force table to not be like tables anymore */
        table, thead, tbody, th, td, tr {
            /*display: block;*/
            font-size: 10pt
        }
        table td, table th {
            border-bottom: 1px solid #E3EBF3;
            padding: .5rem 0.5rem !important;
        }
    }

    table.centradov tbody td {
        vertical-align: middle;
        border-bottom: 2px solid #dee2e6;
    }

    table.centradov tbody td.select-checkbox:before, table.centradov tbody td.select-checkbox:after {
        top: 48%;
    }

    .table th, .table td{
        vertical-align: middle !important;
    }

    .table th:before, .table td:before, .table th:after, .table td:after {
        top: auto !important;
    }


