.dtd-table-wrapper {
    overflow-x: auto;
}

.dtd-table {
    width: 100%;
    border-collapse: collapse;
}

.dtd-table td, .dtd-table th {
    border: 0px solid #ddd;
    padding: 20px 15px;
}

table.dtd-table tr {
    border-bottom: 1px solid rgba(255,255,255, 6%);
    color: #fff;
    font-size: 14px;
    background: transparent;
    
}

table.dtd-table tr:first-child td {
     text-transform: uppercase;
}

table.dtd-table tr:last-child {
    border-bottom: 0px solid rgba(255,255,255, 6%);
  
}


.case-3-table table.dtd-table tr:last-child {
    background: rgba(134,206,5, 3%) !important;
}

.case-3-table table.dtd-table tr:last-child td:last-child 
.case-2-table table.dtd-table tr:last-child td:last-child 
{
    color: #86D105;
}