﻿.table-bordered {
    border: 1px solid #EBEDF3;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #3F4254;
    background-color: transparent;
}
.table-bordered, .table-bordered td, .table-bordered th {
    border-color: #000 !important;
}
table {
    border-collapse: collapse;
}
.table thead th, .table thead td {
    font-weight: 600;
    border-bottom-width: 1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #EBEDF3;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #EBEDF3;
}
.table th, .table td {
    padding: 6px 4px;
    font-size: 12px;
    /*vertical-align: top;*/
    border-top: 1px solid #EBEDF3;
}
.table-bordered, .table-bordered td, .table-bordered th {
    border-color: #000 !important;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
table td, th {
    word-break: keep-all;
    white-space: nowrap;
    vertical-align:middle;
}