@media print {

    body {
        overflow: hidden;
    }

    .content {
        min-height: 900px;
        overflow: hidden !important;
        border: none;

    }

    .card {
        border-top: 0px solid #d2d6de;
    }

    .table-bordered th {
        border: 1px solid #000 !important;
    }

    .table-bordered td {
        border: 1px solid #000 !important;
    }

    table thead th,
    table thead td {
        border-bottom: none;
    }

    table thead .sorting {
        background-image: none;
    }

    .table>thead>tr>th {
        vertical-align: middle;
    }


    /*     table {
        page-break-after: always;
    } */

    #barra-brasil,
    .topo,
    .navbar,
    #myTab,
    .btn {
        display: none;
    }

    .menu-lateral-candidato {
        display: none;
    }


    #cartao-inscricao,
    #cartao-confirmacao {
        display: block;
    }

    .card-tools a {
        display: none;
    }

    .main-footer {
        display: none;
    }
}