<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main {
	background-image: url('../../img/background.jpg');
}
#contentOuter {
	height: 500px;
	background: transparent;
}
#content {
	height: 480px;
	position: relative;
}
.reportList {
	position: relative;
	top: 10px;
	margin-left: 10px;
}
.last {
    margin-right: 0 !important;
}
#titleImg {
	padding-top: 50px;
}
#boxHolder {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 16px;
}
#conferenceButtons {
	position: absolute;
	bottom: 0;
	left: 0;
}
.conferenceButtonSmall {
	height: 50px;
	width: 421px;
	padding: 15px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	background: rgb(25,151,232);
	background: rgba(25,151,232,0.85);
}
.conferenceButtonSmall:hover {
	background: rgb(0,189,242);
	background: rgba(0,189,242,0.85);
}
.conferenceButtonSmall img {
	float: left;
	margin-right: 10px;
	width: 65px;
}
.conferenceButtonSmall p {
	font-size: 14px;
    color: #ffffff;
	margin: 0 0 10px;;
	font-weight: bold;
}
.conferenceButtonSmall p.text-normal {
	font-weight: normal;
}
.conferenceButtonSmall ul.list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
.conferenceButtonSmall ul.list li {
	margin-bottom: 0 !important;
	margin-right: 15px;
	float: left;
}
.conferenceButtonSmall ul.list li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.conferenceButtonSmall ul.list li a:hover {
	text-decoration: underline;
}
.mb-0 {
	margin-bottom: 0 !important;
}</pre></body></html>