/*DEZ*/
.journal_14 .PaperType {
	background-color: #375F34;
}
.journal_14 #TopSider .leftSiderBlock{
	background: #174218;
}
.journal_14 #TopSider .content_menu_horizontal li:hover{
	background: #325833;
}
.journal_14 .article_title_with_sort,
.journal_14 .issue_title_identifier,
.journal_14 .storyRowTitle h1{
	background: #2A5929;
}
.journal_14 .siderBlockLinksHolder .topLevelMenu.active > .title a, 
.journal_14 .siderBlockLinksHolder .subLevelMenu .title a.active {
	border-color: #2A5929;
}
.journal_14 .articleCover rect{
    fill: #D8E2CE;
}
.journal_14 .article .control:hover input:not([disabled]):checked ~ .control__indicator,
.journal_14 .article .control input:checked:focus ~ .control__indicator,
.journal_14 .article .control input:checked ~ .control__indicator{
	background: #2A5929;
}
.journal_14 .article_type {
    background: #2A5929;
}
.journal_14 .mostVisited_icon{
	background: #325833 url('../../../i/most_view_icon.svg') no-repeat center;
}
.journal_14 .mostAccessed_icon{
	background: #325833 url('../../../i/most_view_icon_period.svg') no-repeat center;
}
.journal_14 .mostVisited_icon_ed{
	background: #325833 url('../../../i/most_productive_editors.svg') no-repeat center;	
}
.journal_14 .mostVisited_icon_rev{
	background: #325833 url('../../../i/most_productive_reviewers.svg') no-repeat center;	
}
.journal_14 .mostVisited_icon_aut{
	background: #325833 url('../../../i/most_productive_authors.svg') no-repeat center;	
}
.journal_14 .app_form_about
{
	display:none;
}
.journal_14 .society_logo {
	background: url(../../../i/MFN_logo.svg) no-repeat top right;
	background-size: contain;
	width: 170px;
	height: 90px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	float: right;
}
.journal_14 .journal_home_info .description {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-align-items: center; align-items: center; 
}
.journal_14 .journal_home_info .description p {
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
    flex: 1 0 0;
}