/* Making the Custom Panel titles bold*/

.topic-summary h3, .custom-sections h3, .bxRecommender h3, .az-search h3 {
    font-weight: bold;
}

/* Increasing the size of the small logo */
.logo {
    max-height: 80px;
    padding-top: 25px;
}

/*Shift the journal title link below header bar*/
.journalTitleLink {
   padding-top:15px;
}