table{
    border-collapse: collapse;
}
th, td{
    border: 2px solid black;
    padding: 3px;
    background-color: aqua;
    font-family:'arial';
} 
tfoot td:first-child{ 
    text-align: right;
    border-bottom: none;
    border-left: none;
    background-color: white;
}
.last_cell{
    text-align: right;
    background-color: orange;
}
th{
    background-color: white;
}
