#table-1 thead{
    border-bottom: inherit;
}
#table-2 table thead th:last-child, 
#table-2 table thead th:nth-last-child(2), 
#table-2 table tbody td:last-child, 
#table-2 table tbody td:nth-last-child(2) {
    width: 20%;
}
#table-2 tbody tr:first-child td:last-child:before, 
#table-2 tbody tr:last-child td:last-child:before, 
#table-2 tbody tr:first-child td:nth-last-child(2):before, 
#table-2 tbody tr:last-child td:nth-last-child(2):before {
    content: "$";
    float: left;
}
#table-2 tbody tr td.border-top{
    border-top: solid #ddd 3px!important;
}
#table-2 .has-text-align-right {
    text-align: right;
}
#table-2 table thead th:last-child, 
#table-2 table thead th:nth-last-child(2), 
#table-2 table tbody td:last-child, 
#table-2 table tbody td:nth-last-child(2) {
    min-width: 114px;
}
#table-3 table thead th:last-child, 
#table-3 table thead th:nth-last-child(2), 
#table-3 table tbody td:last-child, 
#table-3 table tbody td:nth-last-child(2) {
    width: 20%;
}
#table-3 tbody tr td:last-child:before, 
#table-3 tbody tr td:nth-last-child(2):before {
    content: "";
    width: 13px;
    float: right;
    position: relative;
    height: 1px;
}
#table-3 tbody tr:first-child td:last-child:before, 
#table-3 tbody tr:last-child td:last-child:before, 
#table-3 tbody tr:first-child td:nth-last-child(2):before, 
#table-3 tbody tr:last-child td:nth-last-child(2):before {
    content: "$";
}
#table-3 tbody tr td.border-top{
    border-top: solid #ddd 3px!important;
}
#table-3 .has-text-align-right {
    text-align: right;
}
#table-3 table thead th:last-child, 
#table-3 table thead th:nth-last-child(2), 
#table-3 table tbody td:last-child, 
#table-3 table tbody td:nth-last-child(2) {
    min-width: 114px;
}