.journals ul .body .description a {display: inline;}
/*.pkp_structure_footer .pkp_footer_content {background: #1779b7; padding: 15px !important;}
.pkp_structure_footer .pkp_footer_content p {margin: 0}
.pkp_structure_footer .pkp_brand_footer {background: #1779b7; height: auto !important; padding: 15px;}
.pkp_structure_footer .pkp_brand_footer img {width: 48px !important; height: auto;}
.pkp_structure_footer .pkp_footer_content a {color: #000000}
*/
 #headerNavigationContainer{
 /*background:#066993 url(#) repeat;
 max-height: 200% !important; /*mengganti warna menu (#31A9E1) dan gambar header */
}

.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {
	max-height: 100px;
	}
	
.pkp_structure_head {
  background-color: #fff;
  border-bottom: 10px solid #1b6573;
}

.pkp_site_name_wrapper {padding-left: 0; padding-right: 0;}
.pkp_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;}
.pkp_structure_page {margin-top:  20px !important; margin-bottom:0 !important; padding-bottom: 0 !important;}

.pkp_block.block_make_submission .content {margin: 0 !important; padding: 0 !important; text-align: center !important}
.pkp_block.block_make_submission .content a { background: #1779b7; line-height: 40px; font-family : Georgia, serif !important; color: #FFFFFF}
.pkp_block.block_make_submission .content a:sidebar { background: rgba(0,0,0,0.25) !important;  color: #333333}

.obj_article_summary .item.stats .abstract, .obj_article_summary .item.stats .galley {position:relative;}   
.obj_article_summary .item.stats .abstract {margin-left: 20px; margin-right: 10px;}   
.obj_article_summary .item.stats .galley {margin-left: 25px;}   
.obj_article_summary .item.stats .abstract:before { content: "\f080";  font-family: FontAwesome; left:-15px; position:absolute; top:0; }
.obj_article_summary .item.stats .galley:before { content: "\f1c1";  font-family: FontAwesome; left:-15px; position:absolute; top:0; }

/* Menyembunyikan logo PKP */
.pkp_brand_footer {display: none;}

/* menu Sidebar */
 .sidebar{
 width:100%;
 border-collapse:collapse;
}
.sidebar th{
 height:30px;
 background:#ffffff;
 color:#3A99AB;
}
.sidebar td{
 height:30px;
 padding-top:3px;
 vertical-align:middle;
 border-bottom:1px solid #ffffff;
 text-align:center;
}
.sidebar td a {
  width:100%;
  display:block;
}
/* Warna Block */
.sidebar tr {
  background:#3A99AB;
  color:#ffffff;
}
/* Warna sidebar Block */
.sidebar tr:sidebar {
  background-color:#CCCC35;
}
.sidebar tr a {
   color:#ffffff; 
}
.sidebar a:sidebar{
   color:#88F9D4;
}

.pkp_page_index .journals h3 a {
  text-decoration: none;
  color: #6298ae;
}

.obj_article_summary > .title a {
  text-decoration: none;
  color: #4b7d92;
}

.html, body {
  background: #fff url(https://preview.ibb.co/iZocpq/transparent-pattern-modern-1.png) repeat;
  box-shadow: 0 100px 40px 0 rgba(0,0,0,0.2);
  transition: 0.8s;
  font-family: "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
  font-size: 12px;
  line-height: 1rem;
  text-align: justify;
}
a:hover, a:focus {
  color: #297d8d;
}
a {
  color: #331bdd;
}
.pkp_page_index .journals > ul > li {
  margin: 0 -1.43rem;
  padding: 1.43rem;
  border-top: 1px solid #fdfffe;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  transition: 0.8s;
}

.pkp_footer_content {
  padding: 2.143rem;
  text-align: left;
  background: linear-gradient(to right, #1b6573, rgb(58, 153, 171));
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: linear-gradient(to right, #1b6573, rgb(58, 153, 171));
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  color: white;
}
.pkp_structure_main ul {
  line-height: 1rem;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.pkp_site_name .is_img img {
	max-height: relative !important;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...} 
/*--------------------------------------*/