/*
.block_make_submission a {
    display: block;
    text-align: center;
}
*/

/* remove the spcae in home page top margin image and side bar */

.pkpPublication__versionPublished {
    background:#006798;
}

.pkp_structure_content {
    padding-top: 0.143rem;
}


.pkp_page_index .homepage_image {
    margin-top: 0.143rem;
}

/* make submission button full lengthin side bar */
.block_make_submission a {
    display: grid;
    text-align: center;
}

.obj_issue_toc .articles {
    margin-top: calc(0.543rem + 0.43rem);
}

.pkp_structure_main h2 {
    
    
    margin: 0.557rem 0 0.43rem;
    
}


.pkp_page_index .current_issue .current_issue_title {
    margin: 0.03rem 0;
    font-weight: 700;
}

.obj_issue_toc .published {
    margin: 0.43rem 0.43rem;
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: 0.286rem;
}

.obj_issue_toc .articles {
    margin-top: calc(0.143rem + 0.43rem);
}



.obj_issue_toc .section {
    margin: 0.043rem 0.043rem;
}

.obj_issue_toc .section:before {
   
    top: 4px;
    
}


.page_issue_archive .issues_archive li{
    padding: 0.443rem 0.714rem;
    border-bottom: 1px solid #ddd;
}


.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;
    
    border-top: 1px solid #ddd;
    line-height: 20px;
    font-size: 13px;
}

.pkp_structure_sidebar 
    {
    float: right;
    width: 290px;
    }



.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}
{"mode":"full","isActive":false}



