/* my own edit*/


   /* main nav menu*/

.pkp_site_nav_menu {
    display: block;
    background-color: rgb(179, 64, 64);
}
   .pkp_navigation_primary {
    display: inline-block;
    max-width: 80%;
    text-align: left;
   background-color: rgb(179, 64, 64);
  }
  #pkp_content_nav {
    background-color:rgb(179, 64, 64);
}

/* main nav menu end here */
   
   .end-links {
       text-decoration: none;
   }
    /*editorial team*/
   .pkp_structure_main p {
       line-height: 19px;
       margin: 8px;
   }
   
   /* editorial team end here*/
   
   /* additional menu start here*/
   .side_menu ul{
      list-style: none;
  }
  .side_menu li{
      list-style: none;
      font-size: 1em;
      padding-left: 15px;
      margin: 3px 0px;
      color: aliceblue;
      background-color: #1e6292;
      width: 160px;
  }
  .side_menu li a{
      text-decoration: none;
      color: aliceblue;
     
  }
  .sub_menu  {
     display: none;
  }
  .side_menu li:hover .submenu{
      display: block;
      cursor: pointer;
  }
  .dropbtn {
background-color:#1e6292;
color: white;
padding: 16px;
font-size: 1em;
border: none;
margin: 0px;
height: 5px;
width: 100%;
min-width: 160px;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;


position: relative;;
background-color: #1e6292;
min-width: 160px;
box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.2);
z-index: 1;

}
.dropdown-content a {
color: white;
padding: 12px 16px;
text-decoration: none;
display: block;
margin: 1px;
}
.dropdown-content a:hover {background-color: #1e6292;}
.dropdown:hover .dropdown-content {display: block;

margin: 0px;}

   
   
   /* additional menu end here*/

   /* galley link start here */
   .obj_galley_link {
    
   position: relative;
   top: 0px;
   left: 0px;
 }

 /* section start here*/
 

  /* editorial team */
  .page_editorial_team p {
    margin-top: -18px;
     
  }

 /* editorial team end here */

 /* footer warpper */

 /* table of content, announcement section start here*/
  /*announcement start here*/
  .announcement h2{
    text-align: center;
}
.announcement_bar{
    background-color: rgb(152, 211, 226);
    text-align: center;
    
    font-size: 1.5em;
}
.announcement_bar a{
    animation: blinker 3s linear infinite;
    text-decoration: none;
    color: red;
}
/* table of content nd issue title*/
#current_issue_title
 {
    font-size: 1.5em;
    margin: 10px 0px;
}
#toc {
  font-size: 1.5em;
    margin: 15px 0px;

}

.tocSectionTitle{
    font-size: 20px;
    margin:1px 0px;
}


/* table of content start here*/
 
table{
   width: 100%;
   
}
.tocAuthors,
.tocTitle{
   width: 100%;
   padding-left: 10px;
   font-size: 1.1em;
}
.tocAuthors{
  font-style: italic;
}

.tocGalleys,
.tocPages{
text-align: end;
padding-right: 5px;
}

.tocTitle a {
    text-decoration: none;
}

/* keyframes*/
@keyframes blinker {
50% {
opacity: 0;
}
/* table of content, announcement section end here*/