a{
  color: #00a859;
}

a:hover, a:focus{
  color: #1c8e59;
}

.pkp_footer_content {
	padding: 30px;
	text-align: center;
}

.pkp_structure_footer_wrapper {
	background: #e6e6e6;
}

.pkp_brand_footer a {
	float: right;
	display: none;
	max-width: 150px;
}

.pkp_site_name .is_img img {
	display: block;
	max-height: 100px;
	max-width: 100%;
	width: auto;
	height: auto;
}

.pkp_site_name {
	font-size: 2em;
	margin-top: 0;
	margin-bottom: -10px;
	text-align: center;
}

.pkp_structure_head {
	background-color: #e6e6e6;
	border-bottom: 1px solid #ddd;
}


.pkp_page_index .journals > ul > li {
	margin: 0 -30px;
	padding: 30px;
}

.pkp_structure_page{
  background-color: #e6e6e6;
}

.pkp_structure_content {
	padding-top: 30px;
	background-color: #ffffff;
}

.pkp_site_name, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_structure_content, .pkp_structure_footer {
	width: 1160px;
	box-shadow: 10px 10px 8px #ddd;
}

.pkp_navigation_primary > li > a {
	margin: 0 1em;
	padding: 10px 0 8px;
	border-bottom: 2px solid transparent;
	color: rgba(0,0,0,0.54);
}

.pkp_site_name .is_text {
	font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: rgba(0,0,0,0.54);
	text-decoration: none;
}

.pkp_navigation_primary ul a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(0,0,0,0.54);
}

.pkp_head_wrapper .pkp_search .search_prompt {
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	color: rgba(0,0,0,0.54);
	cursor: pointer;
}

.pkp_navigation_user > li > a, .pkp_navigation_user > li.in_focus > a, .pkp_navigation_user > li > a:hover, .pkp_navigation_user > li > a:focus {
	color: rgba(0,0,0,0.54);
}

.pkp_navigation_user_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-left: 0px;
	padding-right: 0px;
}

.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
	display: inline-block;
	padding: 0 1em;
	background: #eee;
	border: 1px solid rgba(0,0,0,0.4);
	border-top-color: #bbb;
	border-radius: 3px;
	box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
	font-size: 13px;
	line-height: 28px;
	font-weight: 700;
	color: #00a859;
	text-decoration: none;
	}
	
.pkp_button_primary {
 background-color:#00a859;
 background-image:linear-gradient(#009de5, #00a859);
 box-shadow:0 1px 2px rgba(0,0,0,0.1),inset 0 1px 1px rgba(255,255,255,0.4);
 color:#fff;
 text-shadow:0 2px 0 rgba(0,0,0,0.2);
 border-color:#00a859;
 }
  
.pkp_button_link,
.pkp_button_link_offset {
 display:inline-block;
 padding:7px 10px;
 vertical-align:middle;
 font-size:12px;
 font-weight:700;
 line-height:16px;
 color:#00a859;
 text-shadow:0 2px 0 rgba(255,255,255,0.6);
 cursor:pointer;
 text-decoration:none;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 -webkit-appearance:none
}

.pkp_nav_list ul a:hover,
.pkp_nav_list ul a:focus {
 outline:0;
 background:#ddd;
 border-color:#00a859;
}
