
.label-form {
    font-size: 12px;
}
table {
    width: 100%;
}
table thead tr {
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}
table thead tr.head {
    border-bottom: none;
    border-top: none;
}
table thead tr th {
    padding: 5px;
    border-left: 1px solid #dee2e6;
    text-align: center;
}
table thead tr th:last-child {
    border-right: 1px solid #dee2e6;

}
table thead tr th:first-child {
    border-left: none;
}

table tbody tr td {
    padding: 5px;
    text-align: center;
    border-top: 1px solid #ffffff;
}