table {
    width: 100%;
    background-color: #ffffff;
    
    border: 1px solid #ebebeb;
    border-spacing : 0;
    border-collapse : collapse;
}

table th {
    color:#333;
    text-transform:uppercase;
    text-align:center;
    vertical-align:bottom;

    padding-top:15px;
    padding-bottom:15px;
    border: 1px solid #ebebeb;
}

table td {
    border:0;
    border-bottom: 1px solid #ebebeb;
    background: transparent;
    color: #333;
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 30px;
    padding-right: 15px;
    text-align:left; 
}

table td a {
    color: #212529!important;
}

table th, 
table td {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

table th::first-child, td:first-child {
    border-left: none;
}

table th:last-child, td:last-child {
    border-right: none;
}

table tr:nth-child(odd) {
    background: #f9f9f9;
    padding-left: 15px;
    padding-right: 15px;
}

table tr:nth-child(even) {
    background: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

table.table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;        
}
  