<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">select {
    width: 50%;
    height: 22px;
    vertical-align: middle;
}

input[type=button],
input[type=reset],
input[type=submit],
button {
    min-width: 8em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ms-formbody {
    padding: 3px 6px 4px 6px !important;
    border-top: none;
    background-color: transparent;
}

.ms-formlabel {
    text-align: left;
    font-family: verdana;
    border-top: none;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 6px;
    color: #525252;
    font-weight: bold;
    width: 250px;
    white-space: normal;
}

.Errors li {
    padding: 2px;
}

    .Errors li span {
        position: relative;
        left: -8px;
    }

.ms-sectionline {
    background-color: transparent;
}

.nf-keyvalue-display-table tr {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
}

.nf-keyvalue-display-input-key, 
.nf-keyvalue-display-input-value {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
}

.nf-keyvalue-display-lable {
    vertical-align: middle;
    line-height: 16px;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
}

[id$='_grdResult'] TBODY {
    vertical-align: top;
}</pre></body></html>