/*for padding and bottom border*/
nav#breadcrumbs ~ table td {
    padding: 0px !important;
    border-bottom: none;
}

tbody tr:last-child, tbody tr:last-child td, tbody tr:last-child th, tbody tr:nth-last-child(2) td[rowspan="2"], tbody tr:nth-last-child(2) th[rowspan="2"], tbody tr:nth-last-child(3) td[rowspan="3"], tbody tr:nth-last-child(3) th[rowspan="3"], tbody tr:nth-last-child(4) td[rowspan="4"], tbody tr:nth-last-child(4) th[rowspan="4"], tbody tr:nth-last-child(5) td[rowspan="5"], tbody tr:nth-last-child(5) th[rowspan="5"] {
    border-bottom: none;
}



