/* CSS Document */
.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto
}

.obj_article_details .abstract, 
.obj_article_details .item > :last-child {
	text-align: justify;
}

/* Full width footer background */
.pkp_structure_footer {
    background-color: #182b4c;
    color: #ffffff;
    width: 100%;
}

/* Make footer content stretch full width */
.pkp_structure_footer .container,
.pkp_structure_footer .pkp_footer_content {
    width: 100%;
    max-width: 100%;
}

/* Footer links */
.pkp_structure_footer a {
    color: #ffcc00;
}