table {
    border: none !important;
    max-width: 100% !important;
    text-align: left !important;
}

table thead {
    border-bottom: 2px solid #9b9a9a !important;
}

table tr {
    border-bottom: 1px solid #b7b7b7 !important;
}

table td:not(:first-child), th:not(:first-child) {
    padding-left: 2em !important;
}


table td:first-child, th:first-child {
    padding-left: 0.5em !important;
}

table td {
    padding-top: 0.65em !important;
    padding-bottom: 0.65em !important;
}


table td, table th {
    border: 0 !important;
}