<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block.gray
{
    border: 1px solid #E5E5E5;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.block.gray .header
{
    background: url("../images/title_bg.png") repeat-x 0 -13px #FFFFFF;
    border-bottom: 2px solid #E5E5E5;
}
.block.gray .header h5
{
    color: #444;
    line-height: normal;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 11px;
    font-family: inherit;
    vertical-align: baseline;
}</pre></body></html>