@media screen and (max-width: 640px) {
	table {
		overflow-x: auto !important;
		display: block!important;
	}
}

@media (min-width: 992px) {
.pkp_structure_content {
    padding-top: 0px;
	}
}

.cmp_breadcrumbs {
    padding-top: 10px !important;
}

.sub_item:last-child ul {
    margin-bottom: 0;
	column-count: 3;
}

.pkp_block {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
}

.pkp_site_name .is_img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.pkp_block {
    padding: 10px 30px 10px 30px !important;
}
.pkp_head_wrapper {
    padding-top: 35px !important;

}

.pkp_navigation_primary ul a {
    color: #9e7c5e !important;
}

.pkp_navigation_primary {
    display: inline-block;
    max-width: 90%;
    text-align: left;
}

.pkp_nav_list ul a:hover {
    border-left-color: #9e7c5e !important;
	background: #eee !important;
}

.pkp_navigation_primary>li:first-child a {
    margin-left: 0;
}

.pkp_navigation_primary>li>a {
    margin: 0 1em;
    padding: 10px 0 8px;
    border-bottom: 2px solid transparent;
    color: #644316;
}

.pkp_structure_main p {
    text-align: justify;
}

.obj_issue_toc .cover img {
display: block;
max-height: 250px;
width: auto;
float: left;
margin-right: 30px;
}

.obj_article_details .item > *:last-child {
    text-align: justify;
}

.obj_article_details .item {
    text-align: justify;
}

.obj_article_details .main_entry {
    text-align: justify;
}

/* Sidebar Menu */

.hoverTable{
	width:100%;
	border-collapse:collapse; 
}
.hoverTable th{
	height:35px; background: #ffffff; color:#8c6851;
}
.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: #b78f81; color:#ffffff;
}
/* color when mouse passed */
.hoverTable tr:hover {
	background-color: #9a786c;
}
.hoverTable a {
	color:#ffffff;
}
.hoverTable a:hover {
	color:#ffffff;
}

.obj_announcement_full h1 {
    margin-top: 25px;
}

.pkp_structure_head {
    background-image: url(/downloads/header.jpg);
}

.obj_issue_toc .galleys, .obj_issue_toc .section {
    margin: -15px 0px 15px -30px;
}