<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.column_left {
    float: left;
    width: 48%;
    padding-right: 1%;
    text-align: left;
}

.column_right {
    float: right;
    width: 48%;
    padding-left: 1%;
    text-align: right;
}

.directory {
    width: 750px;
    margin: 20px auto;
    text-align: left;
    color: #666666;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

</pre></body></html>