header .brandBar {
    background-color: #fff;
}

header .topMenu {
    background-color: #014471;
    padding: 10px 20px;
}

header .topMenu #topMenu a {
    color: #fff;
}

#archive .issueList article .title {
    background-color: #014471;
    color: #fff;
    padding: 0px 20px;
    cursor: pointer;
}

.sidebar .pkp_block .title {
    padding: 10px;
    display: block;
    text-align: left;
    background-color: #014471;
    font-size: 1.14em;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    position: relative;
    cursor: pointer;
}

#journal .aboutJournal {
    min-height: 600px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    position: relative;
}

#journal .issueInfo .issueDetail {
    position: inherit;
    bottom: 30px;
}
.issuebar .issueDetail {
    position: inherit;
    bottom: 0px;
}

.col-xs-6 {
    width: 100%;
}

.a:link {
  text-decoration: none ;
}

.page.page_privacy {
    padding-right: 40px;
    padding-left: 40px;
}

.tab1 {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab1 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab1 button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab1 button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.button001 {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.browseDisciplineButton, .browseAZButton {
    position: relative;
    width: 245px;
    margin-bottom: 20px;
    height: 28px;
    border-radius: 5px;
    background-color: #ac2226;
    padding: 11px 28px;
    margin-left: auto;
    margin-right: auto;
}

.btn .label {
    position: relative;
    top: -1px;
    color: white;
    background: #1F71B9;
}