.pkp_site_name_wrapper{
    background-image: url(https://e-journal.upr.ac.id/public/site/images/jmso/jmso.png);
    padding-bottom: 20px;
}
.pkp_site_name .is_img img {
    max-height:90px;
    margin-top:10px;
    padding-left:50px;
}
a {
    color: #000;
}
a:hover {
    color: #b7810e;
}
#sidebarjt {
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#sidebarjt td, #sidebarjt th {
    border-bottom: 2px solid #000;
  padding: 8px;
}

#sidebarjt tr:nth-child(even){background-color: #fff;}

#sidebarjt tr:hover {
	background-color: #efefef;
}

#sidebarjt th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #00acdc;
  color: #fff;
}
#sidebarjt a {
    color: #000;
}
#sidebarjt a:hover {
  	color: #b7810e;
}

.pkp_structure_footer_wrapper {
    background: #96c0d6;
    border-top: 1px solid #dadada;
    border-bottom: 20px solid #000;
}
@media only screen and (max-width: 900px) {
  /* For mobile phones: */
  .pkp_site_name .is_img img {
    	display: block;
    	max-height: 30px;
    	max-width: 100%;
    	width: auto;
    	height: auto;	
    	margin-top:0px;
        padding-left:0px;
	}
  }
