@charset "UTF-8";
/* CSS Document */

.cqArticle h1 {
font-size:40px !important;
line-height:35px;
}
.cqArticle h2.title-5 {
font-size:32px !important;
line-height:32px;
}

.cqArticle .volumeIssue {
font-size:16px;
font-weight:700;
}

@media print {
.cqArticle .volumeIssue {
    font-size:16px;
    font-weight:700;
}
.cqArticle h1 {
    float: none;
    margin: 40px 0 25px -4px !important;
    font-size:55px !important;
}
.page-logo-print {
    float: right;
    width: auto;
    display: block !important;
    max-width: 25%;
    padding: 20px 0 20px 40px;
    margin: 1em 0 2em 0;
    border-left: 1px #999 solid;
    border-right:0;
    clear: both;
}
}