<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 970px) {
    .article-container
    {
        padding-right: 20px;
    }
}

.container .page-header
{
    margin-top: 5px;
}

.container .article-summary
{
	font-weight: 800;
	line-height: 1.75;
    text-align: justify;
}
.container .article-body
{
	line-height: 1.75;
}
.page-header h1
{
    font-size: 28px;
}
.article-body a
{
    text-decoration: underline !important;
}
.article-body a:hover
{
    text-decoration: none !important;
}
.article-body .twitter-tweet
{
    margin: 15px auto;
}
.article-body img
{
    display: inline-block;
    max-width: 100%;
}
@media (max-width: 786px) {
    .article-body img {
        height: auto !important;
        max-height: 100%;
    }
}
@media (min-width: 786px) {
    #articles-connected a {
        font-size: 90%;
        padding: 5px;
        display: block;
    }
}</pre></body></html>