.pkp_structure_head {
  background: #091BAC;
}
body {
  font-family: tahoma,geneva,sans-serif;
  text-align: justify;
}
.description {
	text-align: justify;
}

.obj_article_details .abstract {
    text-align: justify;
}

.obj_article_details .main_entry .label {
    border-bottom: 3px solid #f7bc4a;
    color: rgba(0, 0, 0, 0.54);
    /*display: inline-block;*/
    padding: 0 0 5px;
    text-transform: none;
}

.pkp_structure_footer_wrapper {
    background: #6b7bfd !important;
	color: #fffff;
}
.pkp_footer_content {
  float: left;
  width: 70%;
  margin-top: 0px
  padding-top: 50px;
  padding-bottom:10px;
  font-size: 15px;
  Color: #fffff;
  line-height: 15px;
  text-decoration: none;
  
}
.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom:10px;
  padding-top: 10px;
  margin-top: 25px;
}
.pkp_structure_footer_wrapper {
	background: #091BAC;
	border-bottom:@double solid; 
	border-bottom-color:#091BAC;
}
.pkp_site_name .is_img img {
 	display: inline-block;
	max-height: 100px;
	max-width: 100%;
	width: auto;
	height: auto;
}