
.b-table table {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.b-table table, .b-table td, .b-table th {
    border-collapse: collapse;
    border: 1px solid #FFFFFF;
}

.b-table table thead th {
    background-color: #217bc2;
    text-align: left;
    color: #FFFFFF;
    padding: 20px;
    font-weight: 700;
    vertical-align: middle;
}

.sell5 table thead th {
    width: 28%;
}

.b-table table thead td {
    vertical-align: bottom;
    background-color: #edf1f3;
    color: #217bc2;
    font-weight: 700;
    padding: 20px;

}

.sell5 table thead td {
    width: 18%;
}

.b-table table thead td span {
    display: block;
    font-weight: 500;
}

.b-table table tbody th {
    background-color: #90bde0;
    color: #FFFFFF;
    font-weight: 700;
    padding: 10px 15px;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
}

.sell3 table tbody th {
    background-color: #edf1f3;
    color: #217bc2;
    font-weight: 700;
    padding: 10px 15px;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
}

.sell3 table tbody th:first-child {
    background-color: #217bc2;
    text-align: center;
    color: #FFFFFF;
}

.b-table table tbody td {
    background-color: #f6f8f9;
    vertical-align: bottom;
    padding: 20px;
}

.b-table table tbody strong {
    color: #217bc2;
    font-weight: normal;
}

