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


.obj_article_details .abstract {
text-align: justify;
}

.obj_article_details .author_bios {
text-align: justify;
}


.pkp_structure_main p {
	text-align: justify;
	font-size: 1.1em;
}


.row.justify-content-center.text-center {
    display: none;
}

/* banner/logo maksimum boyu */

@media (min-width: 992px){
.pkp_site_name .is_img img {
    max-height: 200px;

}
}

/* logo varsa dergi adÄ± varsa */
@media (min-width: 992px) {
    .pkp_site_name:not(:has(img)) {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/* Footer content */
.pkp_structure_footer_wrapper .pkp_structure_footer .pkp_footer_content{
 text-align:center;
}
</pre></body></html>