<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-row &gt; .col, .form-row &gt; [class*="col-"],
form .row, .form-row {
    padding: 0;
    margin: 0;
}

#form {
    margin-top: 30px;
}

form label {
    text-align: right;
}

form i {
    color: red;
    padding-right: 5px;
}

form label.side {
    width: 120px;
    padding-right: 20px;
}

form .col-4 {
}

form .col-form-label {
    line-height: 2.5 !important;
}

.border &gt; div {
    border-bottom: 1px solid #ccc;
}

textarea,
.form-group input {
    border: 1px solid #b5d4cb;
    margin: 10px 0;
}

.form-group select {
    margin: 10px 0;
}

.submit {
    color: #fff;
    display: inline-block;
    text-align: center;
    background-color: #0f69d7;
    margin-top: 28px;
    margin-bottom: 58px;
    min-width: 65px;
    padding: 3px 10px 5px 10px;
    border-radius: 5px;
}

.questions {
    text-align: center;
    word-break: break-all;
}

.questions .title {
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    background-color: #2677c0;
}

.questions .content {
    padding: 20px 0;
    border-bottom: 1px solid #cecece;
}

#contentLength {
    font-size: 12px;
    color: #666;
}</pre></body></html>