.table {
    .table-content-box {
        position: relative;
    }
    .td {
        vertical-align: top;
        border-left: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
        font-size: 12px;
    }
    .tr .td:nth-last-child(1) {
        border-right: 1px solid #D8D8D8;
    }
    .table-content {
        border-top: 1px solid #D8D8D8;
    }
}