<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.filter a {max-width: none}




/* ------------ USER ACCOUNT &gt; ARTICLE ALL &gt; TABLE ------------- */

.article-table h4 a {font-size: 16px; margin: 0px 0px 0px -5px;}
.article-table table.ui_table tbody th {padding: 30px 20px; border-bottom: 1px solid #ddd; font-size: 15px;}
.article-table table tbody th span {font-size: 16px; display: block; margin: 5px 0px;}
.article-table table tbody tr:hover td th a {text-decoration: underline; color: red;} 

.article-table table tbody th .right {max-height: 80px; max-width: 120px;}




/* ------------ ARTICLES &gt; TABLE ------------- */

.articles h4 a {font-size: 16px; margin: 0px 0px 0px -5px;}
.articles table tbody td {padding: 30px 20px; border-bottom: 1px solid #ddd; font-size: 15px;}
.articles table tbody td span {font-size: 16px; display: block; margin: 5px 0px;}
.articles table tbody td:hover td th a {text-decoration: underline; color: red;} 
.articles table tbody td .right {max-height: 80px; max-width: 120px;}



/* ----------------- ARTICLE ----------------- */

.article-wrap {padding: 5px 35px; width: 100%; max-width: 1600px; text-align: center; margin: 50px auto; position: relative;}

@media screen and (max-width: 1024px){
.article-wrap {padding: 25px;}
}


/* HEADER */
.article-header {position: relative;}


/* TITLE */
.article-title {font-size: 30px; font-weight: bold; padding: 14px 3px 20px 0px; border-radius: 25px 25px 0px 0px; -moz-border-radius: 25px 25px 0px 0px; -webkit-border-radius: 25px 25px 0px 0px; display: table; text-align: left; margin: 0;}


/* AUTHOR */
.article-author {background: orange; padding: 20px; font-size: 15px; line-height: 20px; text-align: justify; margin: 0px 0px 15px 0px; border-radius:25px; -moz-border-radius: 25px; -webkit-border-radius: 25px;}
.article-author hr {margin: 15px 0px;}
.article-author h3 {font-size: 21px; display: block; margin: 0px 0px 10px 0px;}
.article-author-photo {border: 1px solid #fff;}
.article-author div {display: table; text-align: center !important; vertical-align: middle; margin: auto;}
.article-author div div:first-child {width: 250px;}
.article-author ul {margin: auto 25px;}
.article-author li {line-height: 28px; list-style: none;}


/* PEREX */
.article-perex {background: rgba(0,0,0,0.06); padding: 20px 25px; margin: 0px 0px 25px -10px; font-size: 17px; line-height: 27px; text-align: left}
.article-perex, .article-perex a, .article-perex b, .article-perex strong, .article-perex p, .article-perex span .article-perex div .article-perex u .article-perex i {font-size: 17px;}
.article-perex {border-radius: 0px 25px 25px 25px; -moz-border-radius: 0px 25px 25px 25px; -webkit-border-radius: 0px 25px 25px 25px;}


/* TEXT */
.article {font-size: 16px; line-height: 26px; text-align: justify; display: block; margin: auto;}
.article-column {-moz-column-width: 500px; -webkit-column-width: 500px; column-width: 500px; -moz-column-gap: 100px; -webkit-column-gap: 100px; column-gap: 100px; -moz-column-rule: 1px outset #eee; -webkit-column-rule: 1px outset #eee; column-rule: 1px outset #eee;}
.article:first-letter {font-size: 28px; font-weight: bold; margin: 0px 2px 0px 20px;}
.article-copyright {font-size: 15px; text-align: right; margin: 15px auto; font-style: italic; color: #777;}


/* IMAGE BOX */
.article-image {float: right; max-width: 320px; font-size: 12px; line-height: 19px; text-align: center; margin: 0px 0px 20px 35px; color: #555; display: block;}
.article-image a {line-height: 17px; color: #777;}
.article-image a:hover {color: #555; text-decoration: none;}
.article-image img {width: 300px; height: auto;}
.article-image a img {display: block; margin: 30px 0px 5px 0px; border: 1.5px solid rgba(255,255,255,0.0)}
.article-image a img:hover {border: 1.5px solid #bb0000; box-shadow: 2px 3px 6px rgba(0,0,0,0.25); -webkit-box-shadow: 2px 3px 6px rgba(0,0,0,0.25); -moz-box-shadow: 2px 3px 6px rgba(0,0,0,0.25);}
.article-image a:first-child img {margin: 0px 0px 5px 0px;}


/* TOOLS &amp; INFO */
.article-info {top: -24px; right: 0px; text-align: right; color: #555; position: absolute;}
.article-info div {display: inline-block;}
.article-info, .article-info a, .article-info div {font-size: 17px !important;}
.article-info a {font-weight: bold;}
.article-info img {margin: 0px 10px 0px 0px; vertical-align: middle; width: auto; max-height: 50px}



/* RELATED */
.article-become {font-size: 18px; text-align: center; font-weight: bold; padding: 15px;}
.article-related h6 {font-size: 18px; font-weight: bold; padding: 8px; margin: 25px 0px 0px 0px; text-align: left; border-bottom: 1px solid #ccc;}
.article-related div {padding: 8px;}
.article-related ul {padding: 8px 8px 8px 15px;}
.article-related li {font-size: 14px; border-bottom: 1px solid #ddd; padding: 20px 10px; line-height: 20px; list-style: none; text-align: left}
.article-related li:last-child {border-bottom: none;}
.article-related li:first-child {margin-top: -8px;}
.article-related li h4 a {font-size: 15px; margin: 0px 0px 3px -7px; font-weight: normal; display: block;}


/* ARTICLE - TEXT FORMAT */
.article, .article em, .article p, .article b, .article a, .article ul, .article ol, .article li, .article dd, .article dt, .article blockquote, .article q, .article pre, .article address, .article fieldset, .article legend {font-size: 16px; line-height: 26px;}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {font-weight: bold; display: inline;}
.article h1, .article h1 a {font-size: 28px;}
.article h2, .article h2 a {font-size: 26px;}
.article h3, .article h3 a {font-size: 24px;}
.article h4, .article h4 a {font-size: 22px;}
.article h5, .article h5 a {font-size: 20px;}
.article h6, .article h6 a {font-size: 18px;}
.article em {color: red; font-weight: bold;}
.article ul, .article ol {margin: 0px; padding: 0px;}
.article li, .article dd {margin: 0px 0px 0px 25px; padding: 3px 0px;}

.article dl.listInArticle dt {margin: 0 0 0 25px; list-style: square; font-weight: normal; font-size: 16px; display: list-item; list-style-type: square;}
.article dl.listInArticle dd {margin: 0 0 0 42px; list-style: circle; font-weight: normal; font-size: 16px;  display: list-item; list-style-type: circle;}

.article dt {font-weight: bold; font-size: 20px;}
.article blockquote {width: 40%; float: right; background: #faefde; border: 1px solid #d1b895;}
.article q {background: #ffe6cc; border: 1px solid #D79955; text-align: center;}
.article address {padding: 25px 0px 0px 100px; margin: 20px 10px 0px 10px; background: url(../ico/contact.gif) no-repeat left center;}
.article fieldset {border: 1px solid #ccc; padding: 0px 15px 10px 15px; margin: 10px;}
.article legend {border: 0px; font-weight: bold; text-align: center; vertical-align: middle; letter-spacing: 1px; margin-left: 16px; padding: 0px 12px 0px 12px;}
.article blockquote, .article q {font-style: italic; display: block; margin: 10px; padding: 15px; box-shadow: 3px 3px #ccc; -webkit-box-shadow: 3px 3px #ccc; -moz-box-shadow: 3px 3px #ccc; filter: progid:DXImageTransform.Microsoft.dropShadow(color=#cccccc, offX=3, offY=3, positive=true);}


/* NO COLUMNS FOR LESS 2500 CHARACTERS */
.no-article-column .article-author {width: 340px; float: left; margin: 0px 15px 15px 0px;}
.no-article-column .article-image {width: 340px; float: right; margin: 15px 0px 15px 15px;}
.no-article-column .article blockquote, .article q, .article fieldset {display: table;}


/* LEADER BANNER 2 */

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