<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#topic .feed {
    background: black;
    height: 100%;
    overflow: hidden;
}

#topic .feed .feed-header p.pubDate {
    margin-top: 0.5em;
    color: #ccc;

}
#topic .feed .feed-lining {
    padding: 0 10%;
}

#topic .feed .feed-header {
    padding: 0 1em; padding-top: 120px;
    margin-left: 250px;
}

#topic .feed .feed-header h3 {
    font-size: 2em;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}

#topic .feed .feed-header p {
    font-size: 0.8em;
    color: #ccc;
    margin: 0; margin-bottom: 1em;
    padding: 0;
}

#topic .feed .feed-body {
    padding: 0;
    padding-left: 250px;
    text-align: justify;
}

#topic .feed .feed-body-lining {
    padding: 1em;
    text-align: justify;
    background: #black;
}

#topic .feed p.decorated:first-letter {
    font-size: 6em;
    line-height: 0.8em;
    float: left;
}

#topic .feed .signature {
    text-align: right;
}

#topic .feed h3 br.sep {
    display: none;
}

#topic .feed h3 .supertitle, #topic .feed h3 .title, #topic .feed h3 .author {
    font-style: normal;
    display: block;
}

#topic .feed .supertitle, #topic .feed .title {
    line-height: 1em;
}

#topic .feed .supertitle {
    font-size: 0.85em;
}

#topic .feed h3 .supertitle, #topic .feed h3 .author, #topc .feed h3 .newspaper {
    margin-bottom: 0.3em;
}

#topic .feed h3 .newspaper, #topic .feed h3 .sep, #topic .feed h3 .date {
    font-size: 0.7em;
    line-height: 0.7em;
}

#topic .feed .author {
    font-variant: small-caps;
}

#topic .feed h3 .author {
    font-size: 0.85em;
    line-height: 0.85em;
}

#topic .topic-bottom {
    margin-right: 23px;
    margin-bottom: 0;
}

#topic .feed-lining, .feed-body-lining {
    position: relative;
}

#topic .feed-body img {
    position: absolute;
    top: 0;
    left: -250px;
    border-style: double;
    border-width: 6px;
    width: 230px;
    text-align: left;
}

#topic .feed h4 {
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1.3em;
    font-weight: normal;
    color: #aabbaa;
    text-align: left;
}

#topic .feed h5 {
    font-size: 1.2em;
    margin-top: 1.7em;
    margin-bottom: 1em;
    font-weight: normal;
    color: #aabbaa;
    text-align: left;
}

#topic .feed .feed-body p {
    padding: 0;
    margin: 0.7em 0;
}

#topic .feed .feed-body blockquote {
    margin-left: 1.5em;
}

#topic .feed p.intro {
    font-style: italic;
    color: #aabbaa;
    padding-bottom: 2em;
}
</pre></body></html>