.table-simple {
    background-color: #f5f7fb;
    color: #000;
    border: none;
}
.table-simple thead {
    font-weight: 600;
    border-bottom: 2px solid #000;
    padding: 35px 35px 20px;
}
.table-simple tr {
    border-bottom: 1px solid #d1d1d1;
}
.table-simple tbody tr:last-child {
    border-bottom: none;
}
.table-simple tbody tr:hover {
    background-color: #e5e6eb;
}
.table-simple thead tr th,
.table-simple tbody tr td {
    border: none;
}
.table-simple thead tr th {
    padding: 35px 35px 20px 35px;
    white-space: nowrap;
    text-align: left;
}
.table-simple tbody tr td {
    padding: 20px;
}
.table-simple tbody tr td:first-child,
.table-simple thead tr th:first-child {
    padding-right: 100px;
    padding-left: 35px;
    white-space: nowrap;
}

.bxeditor h2,
.bxeditor .h2,
.bxeditor h3,
.bxeditor .h3,
.bxeditor h4,
.bxeditor h5 {
    margin-bottom: 20px;
    color: #000;
    font-size: 25px;
    line-height: 29px;
}

