<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

.card.card-borderless div.card-body {
	min-height: 270px;
}

.white.card h3, .white.card p {
	color: black;
}

ul.horizontal-list &gt; li {
	display: inline;
}

a.btn.btn-red { background-color: #FF0000; color: #FFFFFF;}</pre></body></html>