<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#gift_membership .form-row label {
    margin-right: 5px;
    max-width: 120px;
    width: 100px;
}

#gift_membership .form-row select {
    max-width: 300px;
}

#gift_membership fieldset {
    max-width: 700px;
}

#gift_membership .fieldset.search-fieldset {
    max-width: 550px;
}

#gift_membership .search-fieldset {
    float: left;
    max-width: 700px;
}

    #gift_membership .search-fieldset #search_button_box {
        float: right;
    }

#gift_membership .form-row .field-note {
    margin-left: 105px;
}

#gift_membership .maintain {
    float: left;
    margin-left: 10px;
}

    #gift_membership .maintain .ce-button {
        min-width: 100px;
    }

#search_button_box {
    float: right;
}

#gift_membership .paging-links {
    float: right;
}

#gift_membership .half {
    width: 50%;
    float: left;
}

#gift_membership .assets {
    float: right;
}

#gift_membership .action-icon {
    background-repeat: no-repeat;
    background-position: top center;
    padding: 16px;
    padding-top: 32px;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 80px;
    line-height: 11px;
    display: inline-block;
}

#gift_membership .description {
    font-style: italic;
    padding: 2% 3%;
}

#gift_membership .video {
    float: left;
    width: 48%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #666666;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #f1f1f1;
    border-radius: 10px;
    position: relative;
    margin-right: 2%;
}

#gift_membership .results_div {
    margin-top: 2%;
    max-width: 800px;
}

#gift_membership .manager-table {
    margin-top: 2%;
}


#gift_membership .manager-table .anonymous-link {
    margin-left:inherit;
    background-image:none;
}

#gift_membership .form-row .status-checkboxes label {
    width: 60px;
}

#gift_membership .radio-button-labels label {
    text-align: left;
}
</pre></body></html>