.wptg-table:nth-of-type(1) tr td:nth-child(3),
.wptg-table:nth-of-type(2) tr td:nth-child(3),
.wptg-table:nth-of-type(3) tr td:nth-child(2),
.wptg-table:nth-of-type(4) tr td:nth-child(2),
.wptg-table:nth-of-type(5) tr td:nth-child(2),
.wptg-table:nth-of-type(6) tr td:nth-child(2),
.wptg-table:nth-of-type(8) tr td:nth-child(2){
    text-align:right;
}

.wptg-table:nth-of-type(7) tr td:nth-child(1) {
    width:370px;
}

table.dataTable.cell-border thead {
    display: none !important;
}

.supsystic-table, table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody tr td{
    border:0px !important;
}

table.dataTable {
    border-collapse: collapse !important;
}

table.dataTable tbody tr  {
    background-color:transparent !important;
}

table.oneColumn tr {
    border:0px none !important;
}

table.dataTable.cell-border tbody tr {
border-top:1px solid rgba(255,255,255,0.15) !important;
border-bottom:1px solid rgba(255,255,255,0.15) !important;
}

#supsystic-table-3 tbody tr td:nth-child(3),
#supsystic-table-4 tbody tr td:nth-child(3),
#supsystic-table-5 tbody tr td:nth-child(2),
#supsystic-table-6 tbody tr td:nth-child(2),
#supsystic-table-10 tbody tr td:nth-child(2),
#supsystic-table-8 tbody tr td:nth-child(2),
#supsystic-table-9 tbody tr td:nth-child(2){
    text-align:right;
 }

#supsystic-table-13 {
    display: none;
}

@media screen and (max-width: 767px) {

#supsystic-table-12 {
    display: none;
}

#supsystic-table-13 {
    display: table;
}    

#supsystic-table-3 tbody tr td:nth-child(3),
#supsystic-table-4 tbody tr td:nth-child(3),
#supsystic-table-5 tbody tr td:nth-child(2),
#supsystic-table-6 tbody tr td:nth-child(2),
#supsystic-table-10 tbody tr td:nth-child(2),
#supsystic-table-8 tbody tr td:nth-child(2),
#supsystic-table-9 tbody tr td:nth-child(2){
    text-align:left;
 }
    
}