.pkp_site_name .is_img img {
display: block;
max-height: none;
width: auto;
height: auto;
}
.pkp_page_index .current_issue h2 {
    display: inline-block;
    padding-bottom: 0em;
    border-bottom: 3px solid #ff8000;
    text-transform: capitalize;
    font-weight: 700;
    color: rgba(0,0,0,0.54);
}
.pkp_page_index .current_issue .current_issue_title {
	font-size:14px;
}
.obj_issue_toc .heading .published .label {
	text-transform:capitalize;
	font-size: 90%;
}
.pkp_page_index .current_issue .read_more {
	margin-bottom: 20px;
    margin-top: 20px;
}
.obj_issue_toc .section h2 {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    padding: 0 0 5px;
    border-bottom: 3px solid #ff8000;
    background: transparent;
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 0em;
}
.pkp_navigation_primary_row{
	background-color: grey;
	text-align:left;
    padding-left:15px;
}
#navigationPrimary a {
	font-size: 13.5px;
    color: #f4f705;
    font-weight: 100;
    text-transform: capitalize;
}
#navigationPrimary ul {
  background: ##ff751a;
}
#navigationPrimary [aria-expanded="true"]:before {
    border-bottom-color: ##ff751a;
}
/* Menu Tambahan Kanan by ade@htp.ac.id */

.hoverTable{
	width:100%;
	border-collapse:collapse; 
}
.hoverTable th{
	height:30px; background: #ffffff; color:#105183;
}
.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;
}
/* warna latar setiap baris tabel dan warna tulisan */
.hoverTable tr{
	background: #105183; color:#ffffff;
}
/* warna ketika dilewati mouse */
.hoverTable tr:hover {
	background-color: #0c426b;
}
.hoverTable a {
	color:#ffffff;
}
.hoverTable a:hover {
	color:#f0850c;
}
