input[type], select, textarea {
    padding-left: 38px;
}


.input-select::after {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    font-size: 30px;
    content: '\2263';
    pointer-events: none;
    padding: 0 10px;
    border-left: 0px solid #ececec;
    line-height: 31px;
}


ol li:not(:last-child) {
    margin-bottom: 5px;
}


.lead:not(:last-child) {
    margin-bottom: 15px;
}


.label {
    display: inline-block;
    font-size: auto;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    height: auto;
    min-width: auto;
    padding: 0 10px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 1.23809524em;
}

table th, table td {
    padding: 0px;
}


.no {
    text-align: right;font-weight: 700;right: 9px;position: relative; margin-bottom: 0;
}
