.op__table {
    white-space: nowrap;
    overflow-x: auto;
}

.op__table table {
    border: none;
}

.op__table table td {
    width: 25%;
    border: none;
    border-right: 1px solid #E3E8E3;
    text-align: center;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}

.op__table table td:first-child {
    text-align: left;
    padding-left: 1.66rem;
}

.op__table table td:last-child {
    border-right: none;
}

.op__table table tr {
    border-bottom: 1px solid #E3E8E3;
}

.op__table table tr:last-child {
    border-bottom: none;
}

.op__table table .fe {
    color: #4C7BF3;
    font-size: 1.33rem;
    height: 1px;
    display: block;
    position: relative;
    top: 3px;
}

.op__table__section td {
    background: #f2f4f8;
    color: #6285B5;
    letter-spacing: 3px;
    font-size: 0.72rem;
    text-transform: uppercase;
}

[data-kit-theme="dark"] .op__table table {
    color: #7575a3;
}

[data-kit-theme="dark"] .op__table td, [data-kit-theme="dark"] .op__table tr {
    border-color: #050A16;
}

[data-kit-theme="dark"] .op__table__section td {
    background: #050A16;
}
