<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #000;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
	opacity:1 !important;
}
#quote-carousel .carousel-control.left {
    left: 90px; 
	top:60px;
	height:40px;
}
#quote-carousel .carousel-control.right {
    right: 90px; 
	top:60px;
	height:40px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: 0px !important;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 132px;
    height: 133px;
   /* margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;*/
   /* opacity: 0.4;*/
    overflow: hidden;
    transition: all 0.4s; border-radius:inherit !important;
	border:none !important;
}


#quote-carousel .carousel-indicators .active {
    /*background: #333333;*/
    width: 192px;
    height: 193px;
    /*border-radius: 100px;
    border-color: #f33;*/
    opacity: 1;
    overflow: hidden;
	border-radius: 10px; background:none !important; border:none !important;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
</pre></body></html>