.ce-tdcheck_pi4 input[type=text] {
    outline: 0;
    box-shadow: none;
    padding: 10px 15px;
    line-height: 1;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    border-radius: 0;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.Prefix__formblock div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ce-tdcheck_pi4 .table .info__table-row-item--field1 p {
    font-weight: normal;
}

.tdCheck__message {
    padding-bottom: 0;
}
