<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.frame-img img {
	border: 8px solid #FFFFFF;
}
.frame-img .main img {
	border-color: #0c4b20;
}

.frame-img .dark img {
	border-color:#333333;
}

.text-content {
	font-size: 1.5em;
}

.text-main-color {
	color: #0c4b20 !important;
}
@media screen and (min-width: 992px) {
	.block-testimonials-opt8 .testimonials-thumb{ max-width: 90%;}
}

.block-products-opt8 .block-title &gt; .title::after {
	content: "";
	width: 0px;
	height: 0px;
	background-color: transparent !important;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -15px;
}

.block-products-opt8 .block-title &gt; .title::before {
	content: "";
	width: 0px;
	height: 0px;
	background-color: transparent !important; 
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
}

.alert-container {
	bottom:60px;
	left:0px;
	min-height: 50px;
	width: 50%;
	z-index: 999;
	position: fixed;
}

.ellipsis-cell,
.table.table-ellipsis tbody td {
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
  }</pre></body></html>