<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.desc{
    background-color: #000;
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
	margin-top: -36px;
	width: 100%;
}
a.desc_content {
	display:block;
	color: white;
	font-size: medium;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	padding-left: 10px;
}
a.desc_content:hover {
	text-decoration: none;
}
.col-md-12, .col-md-6 {
	margin-bottom: 1em;
}

</pre></body></html>