/* Make the background color on the block panel */ 
.panel-default>.panel-heading, .pkp_block .title {
    background-color: #1e6292;
    border-color: #f5f5f5;
    height: 35px;
    
}


/* Make the font color on the block panel */ 
.pkp_block h2.title, .pkp_block .content span.title, .pkp_block span.title {
  color: #ffffff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.block_make_submission_link {
background-color: #1e6292;
    border-color: #f5f5f5;
    height: 35px;

.obj_article_details .abstract,
.obj_article_details .item > :last-child {
	text-aligh: justify;
}