@media screen and (max-width: 640px) {
	table {
		overflow-x: auto !important;
		display: block!important;
	}
}

@media (min-width: 992px) {
.pkp_structure_content {
    padding-top: 0px;
	background-color: #f0f0f0 !important;
	}
	
.pkp_structure_main {
    background-color: #f0f0f0 !important;
}

.obj_announcement_full h1 {
    color: #006699 !important;
}

}

.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: #fff !important;
    text-decoration: none;
	background: url(/public/journals/1/journalThumbnail_en_US.png) no-repeat  !important;
	background-size: 200px !important;
	padding: 20px 25px 25px 200px !important;
	
	
	}

.cmp_breadcrumbs {
    padding-top: 10px !important;
}

.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;

}

.pkp_navigation_primary ul a {
    color: #004f94 !important;
}

.pkp_nav_list ul a:hover {
    border-left-color: #004f94 !important;
	background: #eee !important;
}

.pkp_structure_main p {
    text-align: justify;
}

.obj_article_details .item > *:last-child {
    text-align: justify;
}

/* Sidebar Menu */

.hoverTable{
	width:100%;
	border-collapse:collapse; 
}
.hoverTable th{
	height:35px; background: #f0f0f0; color:#004f94;
}
.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: #004f94; color:#ffffff;
}
/* color when mouse passed */
.hoverTable tr:hover {
	background-color: #033f73;
}
.hoverTable a {
	color:#ffffff;
}
.hoverTable a:hover {
	color:#ffffff;
}

.obj_announcement_full h1 {
    margin-top: 25px;
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: 30px;
}

.obj_issue_toc .galleys, .obj_issue_toc .section {
    margin: -30px -30px;
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: 10px;
}