<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h4 .btn {
    margin-bottom: 2px;
}

h4 .icon-help {
    margin-left: 5px;
}

label {
    font-weight: normal;
}

.required label,
span.required {
    font-weight: bold;
}

.modal-help .example {
    font-style: italic;
    color: rgb(140, 140, 140);
}

dl .list-group-item {
    border: none;
}

.application-link {
    text-decoration: underline;
    cursor: pointer;
    color: #666699;
}

.confirmation-form .dissolution-list {
    height: auto;
}

.confirmation-form .form-group {
    margin-bottom: 0;
}

.confirmation-form .form-group label {
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

.confirmation-form .form-control {
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
    color: rgb(0, 0, 0);
}

.demo-auto-fill,
.btn-print {
    margin-bottom: 20px;
}

.dissolution-form {
    display: none;
}

.dissolution-list {
    height: 75px;
    overflow: auto;
}

.dissolution-list .row {
    padding: 5px 0;
}

.dissolution-list .row:not(:last-child) {
    border-bottom: 1px solid rgb(221, 221, 221);
}

.form-group.error label {
    color: rgb(175, 50, 50);
}

.form-group.error .form-control {
    border-color: rgb(250, 125, 125);
}

.icon-help {
    cursor: pointer;
    color: #666699;
}

.no-data {
    display: block;
    margin: 20px auto;
    color: rgb(100, 100, 100);
    font-style: italic;
    text-align: center;
}

.section-help {
    display: none;
}</pre></body></html>