<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1.articleTitle {
    padding-top: 10px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 22px;
    color: #000000;
}

div.articleSummary {
    height: 300px;
    margin-bottom: 20px;
    padding-left: 40px;
}

div.articleSummary&gt;img {
    float: left;
    margin-right: 30px;
    max-height: 100%;
}

div.articleSummary&gt;h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

div.articleSummary&gt;ul {
    padding-right: 40px;
    overflow: hidden;
}

div.articleSummary&gt;ul&gt;li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #996C32;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
}

div.articleContent {
    position: relative;
    padding-top: 60px;
    background: transparent url('../contents/images/product_content_bg.png') scroll no-repeat 0px 0px;
}

div.articleContent img {
    max-width: 100%;
}

div.articleContent&gt;a#buyButton:first-child {
    display: none;
    position: absolute;
    top: 41px;
    right: -120px;
    transition: top ease 0.5s;
    -webkit-transition: top ease 0.5s;
}

div.articleContent&gt;a#buyButton:first-child&gt;img {
    width: auto;
    height: auto;
}</pre></body></html>