<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Element specific rules that affect only this element class */

table.custombox-authordata {
    border: none;
    border-collapse:separate;
    margin:10px 0px 10px 0px;
    width: 100%;
}

.custombox-title.authordata {
    font-size: 15px;
    padding: 5px;
    text-align: left;
    text-transform: uppercase;
}

.custombox-header-thumb.authordata {
    /* No thumb */
    display: none;
}

.custombox-param.authordata {
    padding: 10px;
}

.custombox-authordata td.custombox-value.authordata {
    border: none;
    padding: 10px;
}

.custombox-authordata img {
    height: 40px;
    width: auto;
}/* Defaults for those themes that do not handle a default or scss handling of those defaults */

.custombox-title.authordata {
    background-color: #333;
    color: white;
}

.custombox-param.authordata {
    background-color: #888;
    border: solid 1px white;
    color: white;
}

.custombox-authordata td.custombox-value.authordata {
    background-color: white;
}
</pre></body></html>