<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#anchor {
    display: inline-block;
    vertical-align: top;
}
#returnbutton {
	  margin: 25px;
}
#returnbutton a {
  padding: 10px;
  color: #FFFFFF;
  text-decoration:none;
  background: #4040BB;
}
#returnbutton a:hover {
	color:#0072FF;
}
.pageHeader {
    margin: 0 auto;
    text-align:center;
}
.pageHeader h2 {
    font-weight:bold;
    font-size:24px;
}
.pageFooter {
    margin: 0 auto;
    text-align:center;
}
.pageFooter img {
    margin: 10px;
}
#eventListings { 
	width: 100%;
	height: 100%;
	max-width: 635px;
	margin: 0 auto;
}
.eventListing {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 14px 0px 14px 0px;
	display: inline-block;
}
.infoWrapper, .thumbWrapper { 
	xoverflow:hidden;
	margin: 0 auto;
	xwidth: 45%;
	padding-left:50px;
	display: inline-block;
}
.thumbWrapper {
}
.eventListing img {
    width:100px;
    border: 1px solid #0000ff;
}
.eventListing .infoWrapper {
    xfloat:left;
    xpadding:0px;
}

.eventListing ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.eventListing li {
    margin-bottom: 1em;
}
.eventListing .label {
	font-size:14px;
    float:left;
    width:63px;
	padding-bottom:5px;
	padding-right:5px;
}
.infoWrapper .content {
	font-size:12px;
	float:left;
	font-weight:bold;
	xmax-width: 430px;
}
.eventListing .location .content {
    font-weight:normal;
}
.eventListing .thumbWrapper {
    float: left;
    padding:14px 0px 7px 0px;
    margin:0px 18px 0px 0px;
}
.eventListing .thumbWrapper a {
	text-align:center;
    display:block;
}
.new {
    position: relative;
    top: 18px;
    right: -225px;
    height:0px;
	z-index: -1;
}
.new img {
	width: 60px;
	border:none;
}
.clear { clear: both; }

@media only screen and (max-width: 768px) {
	.eventListing .label {
		display:none;
	}
	div.infoWrapper &gt; ul &gt; li &gt; div.content {
		font-size: 1em;
	}
	.infoWrapper, .thumbWrapper {
		width:85%;
	}
	.eventListing img {
		width:250px;
		border: 1px solid #0000ff;
	}
	.new img {
		width: 50px;
		border:none;
	}
}</pre></body></html>