<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    text-transform: uppercase;
}

.clear_lxx:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.collectionTitle_lxx {
    width: 100%;
    color: #151515;
    border-bottom: 1px solid #c9c9c9;
    font-size: 1.4em;
    margin-top: 30px;
}

.collectionTitle_lxx div {
    float: left;
}

.collectionTitle_lxx .year_lxx {
    float: right;
    font-size: 0.6em;
    font-weight: normal;
}

.year_lxx:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    /*border-bottom: 4px solid #99d783;*/
    border-width: 4px;
    border-color: #ffffff #ffffff #c9c9c9 #ffffff;
    border-style: solid;
    /*margin-left: 50%;*/
    margin: 0 auto;
    margin-top: 4px;
}

.row_lxx {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.row_lxx.half_row {
    float: right;
    width: 49%;
    height: 180px;
}

.row_lxx.half_row.rowReverse_lxx {
    float: left;
}

.showImage_lxx {
    float: left;
    width: 49%;
}

.collecDesc_lxx {
    float: left;
    width: 51%;
}

.showImage_lxx img {
    width: 100%;
    height: auto;
}

.rowReverse_lxx {
    /*clear: both;*/
}

.row_lxx.rowReverse_lxx .showImage_lxx, .row_lxx.rowReverse_lxx .collecDesc_lxx {
    float: right;
}

.rowReverse_lxx .descWrap {
    text-align: right;
}

.descWrap {
    padding: 10px 21px;
}

.descTitle_lxx {
    font-size: 2em;
    color: #1c1c1c;
}

.descContent_lxx {
    font-size: 14px;
    margin-top: 10px;
    text-transform: none;
    line-height: 16px;
}

.btnView_lxx {
    /*font-weight: bold;*/
    display: inline-block;
    color: #151515;
    max-width: 130px;
    padding: 5px 15px;
    margin-top: 14px;
    border: 1px solid #898484;
    text-align: center;
    -webkit-transition:all .1s ease-out;
    transition:all .1s ease-out;
}

.btnView_lxx:hover {
    color: #fff;
    background-color: #898484;
}

.left_lxx {
    float: left;
    width: 49%;
}

.right_lxx {
    float: left;
    width: 49%;
    margin-left: 2%;
}

.left_lxx .showImage_lxx {
    float: right;
    width: 49%;
}

.left_lxx .collecDesc_lxx {
    float: left;
    width: 51%;
}

.descWrap.coll-right {
    text-align: right;
}

@media screen and (max-width: 800px) {
    .showImage_lxx, .collecDesc_lxx {
        width: 100%;
    }

    .row_lxx.half_row {
        width: 100%;
        height: auto;
    }

    .left_lxx, .right_lxx {
        width: 100%;
    }
    
    .left_lxx .showImage_lxx {
        float: left;
        width: 100%;
    }

    .left_lxx .collecDesc_lxx {
        float: right;
        width: 100%;
    }

    .descWrap {
        padding-right: 0;
        padding-left: 0;
    }

    .row_lxx {
        margin-top: 10px;
    }

/*
    .left_lxx .showImage_lxx, .right_lxx .showImage_lxx {
        float: right;
        width: 50%;
    }

    .left_lxx .collecDesc_lxx, .right_lxx .collecDesc_lxx {
        float: left;
        width: 50%;
    }
*/
}</pre></body></html>