<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.table-contain td {
    white-space: normal;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.bulk-actions {
    margin: 20px 0;
}

.bg-stripes {
    background: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            #DDDDDD 10px,
            #DDDDDD 20px
    );
}

/*.close {*/
/*    float: left;*/
/*    font-size: 28px !important;*/
/*    line-height: 18px !important;*/
/*}*/

.required label::after {
    content: "*";
    color: red;
    font-size: 19px;
    line-height: 19px;
}</pre></body></html>