table{
    box-shadow:none !important;
    font-size: 14px;
    font-weight: bold;
}
table thead, table tbody, table tfoot{
    background: initial;
}

table tbody tr:nth-child(even){
    background-color: initial;
}

table tr th, table tr td{
    border: transparent;
}

table tbody tr:not(:first-child):not(:last-child) {
    border-bottom: initial;
}

.wrap-table{
    padding: 15px;
}