@charset "utf-8";

.obj_issue_toc .cover {
    width: 100%;
    height: 100%;
}

.obj_issue_toc .cover img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

@media (min-width: 992px) {
    .obj_issue_toc .cover img {
        width: 100%;
        height: 100%;
        max-height: 100%;
    }
}

.pkp_site_name .is_img img {
    display: block;
    max-height: 125px;
    max-width: 100%;
    width: auto;
    height: auto;
}

.galley_view iframe {
    width: 100%;
    height: 100%;
    padding-top: 60px !important;
    border: none;
}

a {
    color: #D35E61;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #e3898b;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #D35E61;
    border-color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #D35E61;
    border-color: #ffffff;
}