/*.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}*/

.navbar-brand {
	height: 100%;
}

.obj_article-details .abstract {
    text-align: justify;
}

.pkp_brand_footer {
    float:right;
    width:30%;
    padding-top:10px;
    padding-bottom:10px;
}
.pkp_footer_content {
    float:left;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10%;
}

.table-jam {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

/*.tbody {
  color: #000;
}*/

.table-jam th, table td {
  padding: 5px 10px;
  border: 2px solid #347e77;
}

.table-jam tr {
  background: #347e77;
}

.table-jam td {
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}

.table-jam tr:nth-child(2n+0) {
  background: #4cbab0;
}

.table-jam td:hover, table td:nth-child(2n+0):hover {
  background: #1a403c;
}

/*.table th {
  background: #347e77;
  color: #4cbab0;
  text-shadow: 1px 1px 0 #1F627F;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 100px rgba(0, 0, 0, 0.15) inset;
  font: bold 16px Arial, Helvetica, sans-serif;
}*/