:root {
    --vThemeColor: #9c1006;
    --strongColor: var(--vThemeColor);
    --vThemeButtonBgColor: var(--vThemeColor);
}

.block.lead {
    /*background-color: var(--vThemeColor);*/
}

#body .Jurnal_Logo{
    max-width: 1600px;
    height: 105px;
    background: url(images/kp-head-5.jpg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 100% auto;
    margin:auto;
}

.Jurnal_Logo_BG{
    width:100%;
    /*background-color:#ffffff;*/
    /*background-image: url(images/logo_BG.png);*/
}

#availableSubscriptionTypes table tr td:nth-child(3),
.subscriptionTypesAvailable table tr td:nth-child(3) {
    display: none;
}

body .pubSys {
    display: none;
}

#ArticleHTMLGalley .corresponding-address-container > p {
    margin-bottom: 0px;
}

#ArticleHTMLGalley .body-table-container[class*="sramka-"],
#ArticleHTMLGalley .body-table-container[class*="sramka-"] td,
#ArticleHTMLGalley .body-table-container[class*="sramka-"] th,
#ArticleHTMLGalley .body-table-container[class*="sramka-"] table {
    border: none;
}

#ArticleHTMLGalley .body-table-container[class*="sramka-"] table {
    margin-bottom: 0px;
}

#ArticleHTMLGalley .body-table-container[class*="sramka-"] {
    border-top: solid var(--strongColor) 2px;
    border-bottom: solid var(--strongColor) 2px;
    padding: 15px;
}

#ArticleHTMLGalley .body-table-container[class*="sramka-"] td,
#ArticleHTMLGalley .body-table-container[class*="sramka-"] th,
#ArticleHTMLGalley .body-table-container[class*="sramka-"] {
    background-color: rgb(246, 230, 222);
}

#ArticleHTMLGalley .body-table-container[class*="sramka-"] [class*="Ramka-tytul"] {
    color: #9c1006;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.Na_Skruty [href$="reader/articleTypes/recent"] {
    display: none;
}