/* New custom CSS file for: Dark space */
.clanak_content h2 {
    color: #97c4db;
}



#article_sources h3 {
    color: #9cafad;
}
#article_sources li em {
    color: #d1d1d1;
}
#article_sources a {
    color: #7a95af;
}
#article_sources li {
    border-bottom: 1px solid #424242;
}
#article_sources li::marker {
    color: #91829c;
}






.clanak_content .txele_mini figcaption,
.clanak_content .txele_mini100 figcaption {
background:
  radial-gradient(circle, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.2) 100%),
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Crect width='1' height='1' x='0' y='0' fill='rgb(0 0 0 / 4%)'/%3E%3Crect width='1' height='1' x='5' y='5' fill='rgb(0 0 0 / 4%)'/%3E%3C/svg%3E");
  background-color: #000;
    border-bottom: 1px solid #3c3c3c;	
}
.caption-text {
    color: #a4a4a4;
}
.image-meta {
    border-left: 1px dashed #3b3b3b;
}
.asteriks {
    background: #383e4a;
    line-height: 1.6;
    border-left: 4px solid #3f6e8c;
    border-radius: 2px 4px 2px 2px;
    color: aliceblue;
}


.clanak_lead_paragraph {
    border-left: 3px solid #484848;

    color: #96a4a3;
}




@media (max-width: 767px) {
.clanak_content h2 {
    padding-bottom: 0px;
    font-size: 140%;
    padding-top: 20px;
}
.clanak_content .txele_mini100 figcaption {
    margin-left: 0px;
    margin-right: 0px;
}

    .caption-text {
        padding-left: 15px;
        display: block;
        padding-left: 15px;
        padding-top: 15px;
    }
.clanak_content .txele_mini100 img, .clanak_content .txele_mini100 iframe, .clanak_content .txele_mini100 video, .clanak_content .txele_mini100 .articlePlyrWrap, .clanak_content .txele_mini100.gallery_intext, .clanak_content .txele_mini100.inline-map, .clanak_content .txele_mini100.include-map {
    width: calc(100% + 0px) !important;
    margin-left: 0px !important;
}
}