.pkp_structure_head {
  background: #800080;
}
body {
  font-family: tahoma,geneva,sans-serif;
}

.pkp_site_name .is_img img{
	display:block;
	max-height: 120px;
	max-width: 100%;
	width: auto;
	height: auto;
	text-align: center;
}

.pkp_footer_content {
	float: left;width: 70%; padding-top: 10px; padding-bottom: 10px;
}
.pkp_brand_footer{
	float: right;width: 30%; padding-top: 10px; padding-bottom: 10px;
}

.hover {
	width: 100%;
	border-collapse: collapse;
}

.hover th {
	height: 50px;
	background: #da8007;
	color: #ffffff;
}

.hover td {
	height: 50px;
	padding-top: 5px;
	vertical-align: middle;
	border-bottom: 1px solid #00a0a0;
	text-align: center;
}

.hover td a {
	width: 100%;
	display: block;
}

.hover tr {
	background:  #aa1fce; <!--background pada header-->
	color: #ffffff;
}
.hover tr:hover{
	background-color: #2aaaef;
}
.hover tr a{
	color: #ffffff;
}

.obj_article_details .abstract {
	text-align: justify;
}