table {
   width: 90%;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   border-collapse: collapse;
   }

td, th {
    border: 1px solid #ddd;
    padding: 4px;
    text-align: center;
}

.sortable tr:nth-child(even){background-color: #f2f2f2;}

.sortable tr:hover {background-color: #ddd;}

th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #4CAF50;
    color: white;
}


.sortable {
    border-spacing: 0;
}

.sortable th, .sortable td {
    padding: 4px;
}

.sortable th:first-child, .sortable td:first-child {
    border-top-left-radius: 4px;
}

.sortable th:last-child, .sortable td:last-child {
    border-top-right-radius: 4px;
}

.sortable thead td {
    font-weight: bold;
    text-align: leeft;
    text-transform: uppercase;
}

.sortable th {
    cursor: pointer;
    font-weight: normal;
    text-align: left;
    text-transform: capitalize;
    vertical-align: baseline;
    white-space: nowrap;
}

.sortable th:hover {
    color: #000;
}

.sortable th:hover::after {
    color: inherit;
    content: ' \025B8';
}

.sortable th::after {
    color: transparent;
    content: ' \025B8';
}

.sortable th.dir-down {
    color: #000;
}

.sortable th.dir-down::after {
    color: inherit;
    content: ' \025B4';
}

.sortable th.dir-up {
    color: #000;
}

.sortable th.dir-up::after {
    color: inherit;
    content: ' \025BE';
}

.TXtable td {
    border: 0;
    padding: 8px;
    text-align: center;
    background-color: #ddd;
} 

.tdr {
    text-align: right;
    }

button {
   border-radius: 5px;
}

