
table {

    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
th,
td {
    padding: 6px 15px;
}
.table_head {
    background: #0B1447;
    color: #fff;
    text-align: right;
}
tr:first-child th:first-child {
    border-top-left-radius: 6px;
}
tr:first-child th:last-child {
    border-top-right-radius: 6px;
}
td {
    border-right: 1px solid #c6c9cc;
    border-bottom: 1px solid #c6c9cc;
    border-left: 1px solid #c6c9cc;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}
tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}