.pkp_structure_page{
	margin-top:0px;
	margin-bottom:0px;
}

.pkp_structure_head{
    background:#000000;
}
.obj_article_details .abstract{
	text-align: justify;
}

.obj_article_details .references{
	text-align: justify;
}

.obj_article_details .about{
	text-align: justify;
}

.pkp_site_name .is_img img {
	max-height: none;
	width: auto;
	height: auto;
}

.pkp_site_name_wrapper, .pkp_navigation_primary_row{
    padding-left: 10px;
    padding-right: 10px;
    background: #000;
    color: #fff;
}

@media (min-width: 992px){
.pkp_navigation_primary>li>a {
    margin: 0 1em;
    padding: 10px 0 8px;
    border-bottom: 2px solid transparent;
    color: white;
    font-size: large;
    font-weight: bold;
    text-decoration: none;
}
}

@media (min-width: 992px){
.pkp_navigation_user>li:last-child>a {
    padding-right: 0;
    color: white;
    font-size: large;
    font-weight: bold;
}
}

.pkp_search .search_controls a {
    text-decoration: none;
    color: white;
    font-size: large;
    font-weight: bold;
}

.obj_article_summary>.title a {
    text-decoration: none;
    font-size: larger;
}

@media (min-width: 768px){
.obj_article_summary .authors {
    padding-right: 5em;
    font-size: large;
}
}

.pkp_navigation_user_wrapper{
    padding-left: 10px;
    padding-right: 10px;
    background: #000000;
    color: #fff;
}

.hover {
	width:100%;
	border-collapse:collapse;
	top:50%;
}
.hover th{
    display:table-cell;
	background:#000;
	color: #edbc9f;		
	top:50%;
}

.hover td{
    background: black;
    display:table-cell;
	vertical-align:middle;
	text-align:left;
}

.hover td a {
	display:table-cell;
	vertical-align:middle;

}
.hover tr {
	background:#000;
	color: #f77902;
	top:50%;
}
.hover tr:hover {
	background-color:#000;
		top:50%;
}
.hover tr a {
	color:#fff;
	font-style:inherit;
	font-size: 14px;
	top:50%;

}

.dropbtn {
  background-color: #000;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.obj_galley_link{
    color:#fff;
    background:#007ab9;
}

.obj_article_summary{
    background:#F3F2F2;
}

.dropdown-content a:hover {background-color: white; color:#000;}

.dropdown:hover .dropdown-content {background-color: #000; display: block;}

.dropdown:hover .dropbtn {background-color: #000000;}