<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.col:last-child { margin-right: 0;}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 1.6% 1% 0;
}
.col:last-child { margin-right: 0;}
@media only screen and (max-width: 990px){
	.col {margin: 1% 1% 1% 0;}
}
.adiv{
	padding:3px;
}

.adiv:hover {
	color: #fff;
	text-decoration:none !important;

	background:#ff9900 !important;;
}
a:hover {
	text-decoration:none !important;
}
hr {
    margin-top: 0;
    margin-bottom: 5px;
    border: 0;
	border-top-color: #ddd;;
	border-top-style: none;
	border-top-width: 0px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.ev_detail_cont ul{
	padding-left:20px !important;
	list-style-type: disc !important;
}</pre></body></html>