.footer {
   position: relative;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color:#2a73c5;
   color: white;
   height:50px;
   text-align: center;
   font-size:16px;
   padding-top:1px;
   border-radius: 10px 15px;
}
.obj_article_details .abstract {
    text-align: justify;  
}
.pkp_block .content ul li {
    position: relative;
    display: block;
    padding: 8px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    line-height: 20px;
	font-size: 12px;
}

.pkp_block {
    padding: 8px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #c3e5fd;
    border-radius: 4px;
    background-color: #f6f6f6;
    box-shadow: rgba(0,0,0,0.08) 0 9px 12px;
}

.title {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    font-weight: bold;
}

.current{
	background: #e5e7ea;
    border-radius: 25px;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 5px;
    color:green;
}
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 12px;
  width: 25%;
}

/* Change background color of buttons on hover */
.tablink:hover {
  background-color: #777;
}

/* Set default styles for tab content */
.tabcontent {
  color: white;
  display: none;
  padding: 50px;
  text-align: center;
}
.obj_article_summary {
    padding-bottom: 10px !important;
    color: #000000;
    border-bottom: solid 1px #ff8000 !important;
	font-size: 14px;
}

/* Style each tab content individually */
#London {background-color:red;}
#Paris {background-color:green;}
#Tokyo {background-color:blue;}
#Oslo {background-color:orange;}

.top_strip {float:left;width:100%;height:15px;background:#000080}
.top_strip .lgt_rd {float:left;width:40%;height:15px;background:#0000e6;position:relative}
.top_strip .lgt_rd:after {position:absolute;right:-15px;border:15px solid transparent;border-left:0;border-top:15px solid #0000e6}
