@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;
}

.obj_issue_toc .section h2 {
    background: #007fc4;
    color: rgba(255, 255, 255, 0.9);
	text-align: left;
}

}

.pkp_site_name .is_text {
    color: #fff !important;
background: url(/downloads/logo.png) no-repeat !important;
       background-size: 115px !important;
    padding: 26px 0px 26px 172px !important;
    margin-right: 353px !important;
    font-size: 36px;
    font-weight: 500;
	font-family: "Monotype corsiva",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

.cmp_breadcrumbs {
    padding-top: 15px !important;
	text-align: left;
}

.sub_item:last-child ul {
    margin-bottom: 0;
	column-count: 3;
}
	
.pkp_block {
    padding: 10px 30px 10px 30px !important;
}
.pkp_head_wrapper {
    padding-top: 35px !important;

}
body {
    text-align: justify;
	}

	
body {
	background-image: url(/downloads/background.jpg);
	
}
.pkp_structure_main p {
    text-align: justify;
}
.pkp_structure_footer_wrapper {
    background: #ccc;
}

.obj_article_details .authors .name {
    color: #555;
}

.pkp_structure_main h2 {
    color: #254083;
}

.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_structure_main h3 {
    text-align: left;
}

.cmp_notification {
    border-left: 5px solid #254083;
}

.obj_issue_toc .cover img {
display: block;
max-height: 250px;
width: auto;
float: left;
margin-right: 30px;
}
.pkp_structure_head {
    background-color: #91a6d4;
    border-bottom: 1px solid #fff;
}
.pkp_navigation_primary ul a {
    color: #91a6d4 !important;
}
.pkp_navigation_primary_row {
	background-color: #00577f;
}
.pkp_navigation_primary>li>a:hover,.pkp_navigation_primary>li>a:focus{
	color:#91a6d4 !important;
	outline:0;
	border-color:#91a6d4 !important;
	}
	.pkp_navigation_primary>li>a {
    margin: 0 1em !important;
    padding: 10px 0 8px !important;
    border-bottom: 2px solid transparent !important;
    color: #fff !important;
}
.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: #;
    font-weight: 700;
} 
.pkp_navigation_primary {
    max-width: 85%!important;
	font-weight: bold;
}


.scrollup{
width:40px;
height:200px;
opacity:0.3;
position:fixed;
bottom:150px;
right:40px;
text-indent:-9999px;
background: url('/downloads/icon_top.png') no-repeat;
}


.obj_article_details .authors .orcid:before {
    content: url(//orcid.org/sites/default/files/images/orcid_24x24.png);
    display: inline-block;
	margin: 0.3em;
    height: 25px;
    vertical-align: middle;
}

/* Sidebar Menu */

.hoverTable{
	width:100%;
	border-collapse:collapse; 
}
.hoverTable th {
    height: 35px;
    color: #6075a4; 
    text-align: center;
    background: #f2f2f2;
}
.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: #6075a4; color:#ffffff;
}
/* color when mouse passed */
.hoverTable tr:hover {
	background-color: #00577f;
}
.hoverTable a {
	color:#ffffff;
}
.hoverTable a:hover {
	color:#ffffff;
}