<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Main carousel style */
.carousel {
    /*width: 600px;*/
}

/* Indicators list style */
.article-slide .carousel-indicators {
    /*top: -10px;*/
    left: 0;
    margin-left: 5px;
    width: 50px;
}
/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 5;
    float: left;
    height: 45px!important;
    /*margin-bottom: -15px;*/
    margin-left: 0;
    margin-top: 5px !important;
    width: 47px;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 1px solid #EFEFEF;
    float: left;
    height: 45px;
    left: 0;
    max-width: 45px;
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 1px solid #787878;
    opacity: 0.7;
}</pre></body></html>