.table-wrap {
    width: 100%;
    min-height: 440px;
    margin-top: 36px;
    table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid rgba(230,230,230,1);
        td, th {
            padding: 16px 24px; 
            border: 1px solid rgba(230,230,230,1);
            text-align: center;
        }
        thead {
            td, th {
                border: 0;
            }
        }
    }
}