body {
    background-color: #f0f0f0 !important;
}

.pkp_structure_page {
margin: 0 auto;
max-width: 1160px;
background: #fff;
box-shadow: 0 0 0px rgba(0,0,0,0.1);
}

a {
    color: #750000;
    text-decoration: underline;
}


.doi_link {
    display: none;
}

.pkp_block .title {
    padding-left: 0px !important
    color: rgb(123 0 0);
    border-bottom: 2px solid #9d0a0c;
    font-weight: 400;
    color:#750000 !important;
;
}

.pkp_page_index .current_issue h2 {
    display: none;
}

#navigationPrimary>li>a {
    padding-bottom: 6px;
    border-bottom-width: 2px;
    color: black;
    font-weight: 400;
}

    .pkp_navigation_search_wrapper {
        float: right;
        margin: 0;
        padding: 0;
        border: none;
        color: black;
        font-weight: 400;
    }

    pkp_structure_content {
        padding-top: 5px;
        width: 100%;
    }
}


.published {
    display: none;
}