.et_pb_toggle_content {
    padding-top: 10px !important;
}

.no-border{
    border: none !important;
}
#sidebar{
    display: none !important;
}
.pkp_screen_reader{
    display: none !important;
}
.meta_article{
    font-size: 1.2em;
}
.main_galley {
  border: 1px solid #143b8a;
  border-radius: 5px;
  padding: 4px;
  background: #f4f4f7;
  box-shadow: 2px 2px #d5c5c58c;
  margin: 8px 0;
}
.affiliations {
  margin-bottom: 15px;
}
.abs_article {
  text-align: justify;
}
.sub_heading {
  border-bottom: 1px dotted #6f6464;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}
.url_issue {
  color: black;
  border-bottom: 1px dotted black;
}
.list-group-flush {
  padding: 0 !important;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
sup {
  font-size: .75em;
}


.header_view {
  background: #060451;
  color: #fff;
  z-index: 2;
}

.header_view .return {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.143rem;
  height: 2.143rem;
  line-height: 2.143rem;
  background: #fff;
  color: #4b7d92;
  text-align: center;
}
.header_view .return::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f060";
}
.header_view .title {
  display: block;
  padding-left: 2.857rem;
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .93rem;
  color: #fff;
}
.header_view .download {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.143rem;
  background: #fff;
  text-align: center;
}

.header_view .download::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f019";
}

.galley_view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
}

.galley_view iframe {
  width: 100%;
  height: 100%;
  padding-top: 2.143rem;
  border: none;
}

.bread-top {
  list-style: none !important;
  padding-bottom: 10px !important;
}

.pkp_block > .title {
  font-size: 1.5em;
  border-radius: 5px 5px 0 0;
  border: 1px solid gray;
  border-bottom: 0;
  padding: 0 10px;
  background: #e3e6fb;
}

.pkp_block {
  padding-bottom: 10px;
}

.pkp_block > .content {
  padding: 10px;
}

.pkp_block > .content > ul {
  padding: 0 5px 0 10px;
  list-style: none;
}
.pagination {
  list-style-type: none !important;
}

.issue_heading {
  padding: 0;
}

.issue_description {
  margin-bottom: 20px;
  border-bottom: 1px dotted gray;
  padding-bottom: 10px;
}
.published {
  color: #919191;
  padding: 0 0 0 2px;
  font-size: .9em !important;
}
.item_subs {
  padding: 0 !important;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .header_view .download {
    width: auto;
    padding: 0 1.43rem;
  }
  .header_view .download .label {
    display: inline-block;
  }
}