#navigationPrimary a {
    font-size: 13px;
    color: #FBB405;
    font-weight: 100;
	font-weight: bold;
    text-transform: uppercase;
}
#navigationPrimary ul {
  background: #595959;
}
#navigationPrimary [aria-expanded="true"]:before {
    border-bottom-color: #1253A4;
}

.hoverTable{
	width:100%;
	border-collapse:collapse;
}
.hoverTable th{
	height:35px; background: #1253A4; color:#ffffff;
}
.hoverTable td{
	height:35px; 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: #1253A4; color:#ffffff;
}
/* warna ketika dilewati mouse */
.hoverTable tr:hover {
	background-color: #1253A4;
}
.hoverTable a {
	color:#ffffff;
}
.hoverTable a:hover {
	color:#FBB405;
}
/* tampilan image issue */
.obj_issue_toc .cover img {
    display: block;
    max-height: 450px;
    width: auto;
}
/* tampilan bg sidebar */
.bg_sidebar {
	padding: 16px;
    background-color: #1253A4;
	color:#FBB405;
}
.img {
  display: block;
  max-width:240px;
  max-height:95px;
  width: auto;
  height: auto;
}
/*footer*/
.pkp_brand_footer {
	display:none;
}
.pkp_structure_footer {
    background: linear-gradient(180deg,rgba(244,244,244,1) 0,rgba(255,255,255,1) 76%,rgba(224,224,224,1) 1Ta00%);
 }

.pkp_structure_footer_wrapper {
    background: #1253A4;
}

.pkp_footer_content {
    float:none;
	width:100%;
	clear: both;
	padding-top:10px;
	padding-bottom:10px;
	color: #ffffff;
	  }

.pkp_footer_content a {
    color: #FBB405;
}

.pkp_structure_page {
    margin-top: 0px;
    margin-bottom: 0px;
     
}
 .pkp_structure_main h1 {
     font-weight: 600;
     font-size: 20px;
}
a {
    color: #0756A6;
}
.pkp_page_index .current_issue h2 {
    display: inline-block;
    padding-bottom: 0em;
    border-bottom: 3px solid #FBB405;
    text-transform: uppercase;
    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:uppercase;
    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 #FBB405;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 0em;
}
.pkp_navigation_primary_row{
    background-color: #1253A4;
    text-align:left;
    padding-left:15px;
	
}
body {
  font-family: tahoma,geneva,sans-serif;
  background: #e6e6e6;
  font-size:14px;  
}

.pkp_block {
    font-size: 14px;
    line-height: 20px;
    clear: both;
    border-bottom: 1.5px solid #ddd;
}

.pkp_block .title {
    display: inline-block;
    padding-bottom: 0em;
    border-bottom: 3px solid #FBB405;
    font-weight: 600;
    text-transform: uppercase;
}

.pkp_structure_content {
    padding-top: 0;
    background:#ffffff;
}