@media screen and (max-width: 640px) {
	table {
		overflow-x: auto !important;
		display: block !important;
	}
}

@media (min-width: 992px) {
.pkp_structure_content {
    padding-top: 0px;
	}
	
.pkp_structure_main {
    padding: 0px 50px 50px 40px !important;
}
}

@media (min-width: 768px) {
.obj_article_details .entry_details {
    width: 270px;
	text-align: left;
	}
	
	.page_contact .contact.support {
    padding-left: 50px;
}

}

.pkp_site_name .is_text {
    color: #FFF !important;
    background: url(/downloads/logo.png) no-repeat !important;
    background-size: 80px !important;
    padding: 26px 0px 26px 100px !important;
    font-size: 22px;
    font-weight: 450;
	text-decoration: none;
	text-decoration-color: none;
	text-decoration-style: none;
}

.obj_issue_toc .galleys h2, .obj_issue_toc .section h2 {
    display: inline-block;
    position: relative;
    left: -15px;
    margin-top: 0;
    padding: 0 15px;
    background: #0d4303;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
}

.pkp_site_name:after {
  	text-decoration: none;
}
.pkp_site_name:a:after {
  	text-decoration: none;
}

.pkp_site_name:before {
  	text-decoration: none;
}


.pkp_structure_main:before, .pkp_structure_main:after {
    width: 2px;
    background: #01773e;
}

.cmp_breadcrumbs {
    padding-top: 15px !important;
	text-align: left;
}

.sub_item:last-child ul {
    margin-bottom: 0;
	column-count: 3;
}
	
.pkp_block {
    padding: 20px 30px 20px 30px !important;
	text-align: left;
}

.pkp_head_wrapper {
    padding-top: 35px !important;

}

.pkp_navigation_primary ul a {
    color: #01441f !important;
}

.pkp_nav_list ul a:hover {
    border-left-color: #01441f !important;
	background: #eee !important;
}

body {
    text-align: justify;
	color: rgb(0, 36, 85);
}

.pkp_structure_main p {
    text-align: justify;
}

/* Sidebar Menu */

.hoverTable{
	width:100%;
	border-collapse:collapse; 
}
.hoverTable th {
    height: 35px;
    color: #02421e;
    text-align: center;
    background: #ededed;
}
.hoverTable td{ 
	height:30px; padding-top:3px;vertical-align:middle; 
	border-bottom:1px solid #ffffff;
	text-align:center;
}
.hoverTable td a{
	width:100%;display:block;
}
/* background color of each table row and the color of the text */
.hoverTable tr{
	background: #acacac; color:#ffffff;
}
/* color when mouse passed */
.hoverTable tr:hover {
	background-color: #999;
}
.hoverTable a {
	color:#ffffff;
}
.hoverTable a:hover {
	color:#ffffff;
}

.obj_announcement_full h1 {
    margin-top: 25px;
}

.scrollup{
width:40px;
height:200px;
opacity:0.5;
position:fixed;
bottom:40px;
right:30px;
text-indent:-9999px;
background: url('/downloads/icon_top.png') no-repeat;
}

.obj_article_summary > .title {
    margin-right: 150px;
	text-align: left;
}

.obj_article_summary .meta {
    padding-right: 150px;
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: 30px;
}

.obj_article_details > .page_title {
    color: #777;
	text-align: left;
}

.pkp_structure_head {
    background-color: #107d18;
    border-bottom: 1px solid #fff;
    background-image: url(/downloads/headerphil.png);
}

body {
	background-image: url(/downloads/background.png);
}

.pkp_structure_footer_wrapper {
    background: #ccc;
}

.obj_article_details .authors .name {
    color: #555;
}

.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #f54d3f;
    border: 2px solid #ffffff;
    border-radius: 13px;
    font-size: 13px;
    line-height: 25px;
    color: #ffffff;
    text-decoration: none;
}

.obj_issue_summary .title {
    font-size: large;
}

.obj_issue_toc .pub_id .type {
    content: url(/downloads/doi.png);
    vertical-align: middle;
}

.pkp_structure_main h2 {
    color: #01773e;
}

.pkp_brand_footer a {
    max-width: 100px;
}

.pkp_brand_footer {
    padding: 10px;
}

a:-webkit-any-link {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-line: none;
}

.obj_article_details .copyright a[rel="license"] + p {
    text-align: left;
}

.pkp_head_wrapper .pkp_search .search_controls a {
    background-color: #f34840;
}

.cmp_notification {
    border-left: 5px solid #01773e;
}

.block_make_submission a {
    display: inline-block;
    padding: 0 2em;
    background: #f34840;
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
    color: #ffffff;
}

.obj_issue_toc .cover img {
display: block;
max-height: 250px;
width: auto;
float: left;
margin-right: 30px;
}