.article {
    margin-top: 30px;
}

.articleWrapper {
    padding: 0 20px;
}

.articleWrapper h1 {
    margin: 0 0 20px 0; 
    padding: 0;
    font-size: 3.8em;
    color: #333333;
}

.articleCat {
    font-weight: bold;
    color: #808080;
    font-size: 1.8em;
    margin-bottom: 20px;
}

#articleBody {
    color: #333333;
}

#articleBody .articleBody img {
    width: 100% !important;
    max-width: 100%;
}

.imgInfo {
    margin: 10px 20px 20px 20px;
    padding: 0;
    font-size: 1.8em;
    color: #A5A5A5;
}

.articleLead {
    font-size: 3.0em;
    line-height: 1.5;
    font-weight: bold;
}

.articleBody {
    font-size: 3.0em;
    line-height: 1.5;
}

#articleBody .articleBody img {
    width: 100% !important;
    max-width: 100% !important;
}

#articleBody .uitemReadmore img {
    width: 85px !important;
    height: 85px !important;
}

.podpis {
    color: #808080;
    font-size: 1.8em;
    margin-bottom: 20px;

}

blockquote {
    display: block;
    padding-left: 50px;
    font-style: italic;
    color: #1a6d85;
    background: white url(/niezalezna/css/img/cudz2.png) 0 5px no-repeat;
}

em {
    display: block;
    padding-left: 50px;
    font-style: italic;
    color: #1a6d85;
    background: white url(/niezalezna/css/img/cudz2.png) 0 5px no-repeat;
}

.articleBody .readmore {
    background: none;
    color: #02a6ae;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 0;
}

.articleBody a.uitemNoUnderline p {
    font-size: 14px !important;
    line-height: 18px !important;
    color: #333333;
    font-weight: bold;
    margin: 0 0 5px 95px;
}

.tematy {
    color: black;
    font-size: 1.8em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.tematy span {
    color: #108a8b;
}

.share img {
    margin: 10px;
}

.tematy a {
    color: black;
    text-decoration: none;
}

.galleryBox {
    display: flex;
    flex-wrap: wrap;
}

.galleryItem {
    width: 25%;
    border: 2px solid white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.galleryItem img {
    padding: 0;
}