.header__row--main {
    min-height: 70px;
}

table th {
    text-align: left;
}

.standard-form__select select {
    width: calc(100% + 32px);
}

.se-table .standard-form__select {
    width: auto;
}

.se-table .option-list {
    margin-bottom: 0;
}

.se-table .results td {
    background-color: #d4002a;
    color: #fff;
}

.seCost {
    padding-right: 0;
    text-align: right;
    width: 1px;
}

.seCostDec {
    padding-left: 0;
}

.booking-info span {
    display: block;
}

.booking-info b,
.booking-info strong,
.booking-info .name {
    font-weight: bold;
}

ul.no-bullets {
    margin-left: 0;
}

ul.no-bullets li::before {
    content: "";
}

.hint-area {
    border-top: 1px solid #d4002a;
    border-bottom: 1px solid #d4002a;
    color: #d4002a;
    font-weight: bold;
    padding: 30px 0;
}

.hint-area *:last-child {
    margin-bottom: 0;
}

.l-row--variant-error {
    background: #ffeb56;
}