.MTI-Table .row1, .MTI-Table .row2, .MTI-Table .row3, .MTI-Table .row4, .MTI-Table .row5, .MTI-Table .row6, .MTI-Table .row7, .MTI-Table .row8, .MTI-Table .row9, .MTI-Table .row1, .MTI-Table .row4, .MTI-Table .row7, .MTI-Table .row3, .MTI-Table .row6, .MTI-Table .row9 {
    background-color: transparent;
	position: relative;
    color: #153b8d;
    white-space: nowrap;
    font-size: 14px;
}
.MTI-Table .row1 .data, .MTI-Table .row2 .data, .MTI-Table .row3 .data, .MTI-Table .row4 .data, .MTI-Table .row5 .data, .MTI-Table .row6 .data, .MTI-Table .row7 .data, .MTI-Table .row8 .data, .MTI-Table .row9 .data {
    border-bottom: 2px solid #f2f2f2;
}
.MTI-Table .row1:nth-last-child(2) .data, .MTI-Table .row2:nth-last-child(2) .data, .MTI-Table .row3:nth-last-child(2) .data, .MTI-Table .row4:nth-last-child(2) .data, .MTI-Table .row5:nth-last-child(2) .data, .MTI-Table .row6:nth-last-child(2) .data, .MTI-Table .row7:nth-last-child(2) .data, .MTI-Table .row8:nth-last-child(2) .data, .MTI-Table .row9:nth-last-child(2) .data {
    border-bottom: none;
}
.MTI-Table tr.blank-row .br-border{
        border-top:3px solid #153b8d;
    }
    .MTI-Table tr.blank-row:last-child .br-border{
        border-top:none;
    }