/*.navbar-brand {
  height: 100px;
}*/

/*div.container-fluid {
background-color: #2F4F4F;
}
*/
div.container-fluid {
background-color: #2F4F4F;
}


nav#nav-menu.navbar-collapse.collapse {
 border-top: 2px solid #A9A9A9;
/* border-bottom: 2px solid ##A9A9A9;*/
/*background-color: #778899;*/
}

  .navbar-collapse {
    clear: left;
  }
}

.navbar-brand.navbar-brand-logo img{
	max-width: 100%;
}
@media (min-width: 768px) {
	.navbar-brand.navbar-brand-logo img {
	    max-height: 150px;
	}
}


/*.navbar-header .navbar-brand {
    height: 100px;
} */

/* .media:first-child {
border-bottom: 1px solid #E6E6FA;
}*/
/**div.article-summary.media{
border-bottom: 1px solid #E6E6FA;
} */


@media(min-width: 768px) {

  .navbar-brand {
    display: block;
    float: none;
    clear: both;
    margin: 0;
    width: auto;
    height: auto;
  }

.navbar-collapse {
    clear: left;
  }
}

section.cmp_announcements.media {
     border: none;
}

div.pkp_block.block_make_submission a {
	display: block;
}
section.additional_content img{
border: 1px solid #ddd;
    border-width: 1px;
    margin: 10px;
	width:210px;
	height:55px;
}


/**main.pkp_structure_main{
text-align: justify;
} 
*/

div#summary.article-summary{
text-align: justify;
font-style: italic;
}
/**
div.bis_skin_checked {
	 display: none;
}

*/
div.article-summary img{
	 display: none;
}


div.article-references-content{
text-align: justify;
}

/**div.article-references-content br{
        text-indent: -36px;
        padding-left: 36px;
}
*/
/***
div.article-references-content br {
  content: '';
  white-space: pre;
}
br:nth-child(1):after {content: '\A   ';}
***/

div.article-references-content p{
	text-indent: -36px; 
	padding-left: 36px;
} 


div.article-references-content br:active { content: ""; display: block; margin: 1.25em 0; text-indent: -36px; }
div.article-references-content br { content: ""; display: block; margin: 1rem; }
div.article-references-content br::after { content: "  "; /** content: " " space ignored */ float: left; margin-right: 1rem; text-indent: -36px; }

.pkp_brand_footer {
  display:none;
}


