div.card-body table {
    background:rgba(0,0,0,0.0)!important;
    border:none;
}

div.card-body table td {
    background:rgba(0,0,0,0.0)!important;
    border:none;
}
div.card-body table tr {
    border:none;
}

tr td:nth-child(2) {
  white-space: nowrap;
  text-align: right;
}