<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body-content{
background-color: #0a141e;
}

.text-bold{
	color: #09d0e3;
}

.img-desc{
	color: #09d0e3;
	margin-top: 3px;
	font-size: 14px;
	padding-bottom: 10px;
}

.img-desc multi{
	color: #09d0e3;
	margin-top: 3px;
}

.section-text{
	color: #ffffff;
}
.img-anim{
animation: move 5s ease infinite;

}
.section-related{
	color: #fff;
}

.section-comment{
	color: #fff;
}

.author{
	color: #fff;
}

.section-comment .tab-content .comment-item &gt; p{
	color: #fff;
}

.section-comment .comment-zone &gt; h4.label &gt; span{
	color: #fff;
}

.section-comment .tab-nav li a{
	color: #fff;
}


.in-editor-img {
	padding: 12px 0 12px 0;
}

.in-editor-wrapper.large-size {
	padding: 20px 0 20px 0;
}
.section-related #divRelated &gt; section &gt; article &gt; header h2 &gt; a{
	color: #fff
}

@media screen and (max-width:991px){

}
@keyframes move{
    0%, 100% {
        transform: translate3d(5px,-25px,0);
    }

    50% {
        transform: translate3d(-15px,5px,0);
    }
}*</pre></body></html>