<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
#myCarousel .thumbnail {
     margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right {
     background-image:none !important;
}
.carousel-control {
     color:#fff;
     top:40%;
     color:#CD410C;
     bottom:auto;
     padding-top:4px;
     width:30px;
     height:30px;
     text-shadow:none;
     opacity:1;
}
.carousel-control:hover {
     color: #d9534f;
}
.carousel-control.left, .carousel-control.right {
     background-image:none !important;
}
.carousel-control.right {
     left:auto;
     right:-32px;
}
.carousel-control.left {
     right:auto;
     left:-32px;
}
 
.carousel-indicators {
     bottom:-30px;
}
.carousel-indicators li {
     border-radius:0;
     width:10px;
     height:10px;
     background:#ccc;
     border:1px solid #ccc;
}
.carousel-indicators .active {
     width:12px;
     height:12px;
     background:#CD410C;
     border-color:#CD410C;
}
 </pre></body></html>