<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.feature {
    width:100%;
}
    .feature:after {
        content:''; display:block; clear:both; float:none;
    }
.feature-catalogs {
    float:left; width:20%;
    -moz-box-shadow:0px 0px 15px #ddd; 
    -webkit-box-shadow:0px 0px 15px #ddd; 
    box-shadow:0px 0px 15px #ddd; 
    border-radius: 10px 10px 0 0; 
    background-color:white;
}
.feature-catalogs .catalog-top {
    width: 100%; 
    position:relative;
}
    .feature-catalogs .catalog-top img {
        width: 100%;
        z-index:1; position:relative;
        border-radius: 10px 10px 0 0; 
    }
    .feature-catalogs .catalog-top b {
        font-size: 22px; position:absolute;
        z-index:2; display:block; width: 100%; text-align:center;
        padding-top: 26px; top:0; left:0; color:white;
    }
    .feature-catalogs .catalog-middle {
        width: 100%;
    }
        .feature-catalogs .catalog-middle ul {
            list-style-type:none;
            margin:0px; padding:0px;
        }
        .feature-catalogs .catalog-middle li {
            display:block; border-bottom: 1px solid #ddd;  
        }
            .feature-catalogs .catalog-middle li a {
                display:block; padding:10px 40px;
                background:url('../img/feature-catalog-symbol.png') no-repeat 20px 20px;
                font-size: 16px; color:#333; text-decoration:none;
                line-height: 200%; 
            }
                .feature-catalogs .catalog-middle li a:hover {
                    background-color:rgba(255,128,0,0.3);
                    color:#69a1e2;
                }
    .feature-catalogs .catalog-bottom {
        width: 100%;
    }
        .feature-catalogs .catalog-bottom img {
            width: 100%;
        }
.feature-documents {
    float:right; width: 78%;
}
    .feature-documents .document-list {
        width: 100%;
    }
    .feature-documents .document-item {
        display:block; position:relative;
        text-decoration:none;
        padding: 20px; background-color:white;
        margin-bottom:20px;
        -moz-box-shadow:0px 0px 15px #ddd; 
        -webkit-box-shadow:0px 0px 15px #ddd; 
        box-shadow:0px 0px 15px #ddd; 
        border-radius: 10px 10px 10px 10px; 
    }
        .feature-documents .document-item:hover {
            top:2px; left:2px;
            border:solid 1px rgba(255,128,0,0.5);
        }
        .feature-documents .document-item:after {
            content:''; display:block; clear:both; float:none;
        }
        .feature-documents .document-item img {
            width:23%; float:left; margin-right:2%;
            border-radius: 5px;
        }
        .feature-documents .document-item .title {
            display:block; line-height: 150%;
            font-weight:bold; font-size:14px;
            color:#333;
        }
        .feature-documents .document-item .summary {
            display:block; margin-top: 10px; line-height: 150%;
            font-size:14px; color:#666;
        }
        .feature-documents .document-item .date {
            display:block; margin-top: 10px; line-height: 150%;
            font-size:14px; color:#999;
        }
</pre></body></html>