a, a:not([href]) {
    cursor: pointer;
    color: #015CCA;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px solid #FF9D12;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    transition: all .15s ease-in-out;
}

.header { background-color: #015CCA;
          border-bottom: 1px solid #cc9865;}

img.journal-logo { align: center;
                    max-width: 600px;}

li {  text-align: justify;
      text-justify: inter-word;}

p {   text-align: justify;
      text-justify: inter-word;
      font-size: 18px;}

.journal_summary p {  text-align: center;}

.journal_summary h2 { visibility: hidden;}

a.issue_title { color: #000;}
