<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#exhibitions {
	text-align:center;
	margin-left:30px;
	margin-right:30px;
}

#exhibitions td {
	width:33%;
}

#exhibitions tr {
	border-bottom: 1px solid #999;
}

.exhibdate {
	font-family:"EB+Garamond";
	font-weight:bold;
	font-style:italic;
	color:black;
	margin-top:1em;
}

.exhibtext {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;;
	font-size:1em;
	color:black;
	margin-left: 1em;
	margin-right: 1em;
	
}

.entry {
	
	text-align:justify;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}

.entry a {
	text-decoration:none;
	color:black;
	display:block;
	#height:250px;
	#lineheight:250px;
}

.entry:hover {
	background:#F5F5DC;
	color:#000000;
	cursor:pointer;
}

.exhibitionbtns {
	clear:both;
	margin: 0 auto;
	padding-top: 20px;
}

.exhibbtn {
	color:#ffffff;
	text-decoration:none;
	text-shadow:1px 1px #000000;
	font-family:Garamond, Ubuntu, Georgia, Serif;
	font-weight:bold;
	font-size:1.3em;
	line-height:1.3em;
	margin: 1em;
	border:1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:1em;
	text-align:center;
	background-color:#A5AE99;
	list-style: none;
}

.exhibbtn:hover {
	background-color:#ffffff;
	color: #000000;
	text-shadow:1px 1px #A5AE99;
	
	list-style: none;
}

.exhibitiontitle {
	clear:both;
	margin:0 auto;
	margin-bottom:3em;
}

.pagetitle {
	color:#ffffff;
	font-family:Garamond, Ubuntu, Georgia, Serif;
	font-weight:bold;
	font-size:1.5em;
	/line-height:1.5em;
	background-color:#A5AE99;
	text-shadow:1px 1px #000000;	
	text-align:center;
	padding-top:.75em;
	padding-bottom:.75em;
	padding-left:80px;
	padding-right:80px;
	border:1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
}

.row {
	width: 100%;
	margin: 0 auto;
	display:table;
	text-align: center;
}

@media screen and (min-width: 1050px) {
	.exhibbtn {
		display: inline-block;
		width: 20%;
	}
}

@media screen and (max-width: 1050px) {
	.exhibbtn {
		display: inline-block;
		width: 15%;
	}
}

@media screen and (max-width: 750px) {
	.exhibbtn {
		display: list-item;
		margin: 0 auto;
		width: 75%;
		margin-bottom: 1em;
	}
	
	.entry {
		text-align: center;
	}
	
	.exhibdate {
		display: table;
		text-align: center;
		margin:0 auto;
		margin-top: .5em;
		margin-bottom: .5em;
	}
	
	.exhibtitle {
		font-size: 1.5em;
		display: table;
		text-align: center;
		margin: 0 auto;
		margin-bottom: .5em;
	}
	
	.exhibtext {
		margin: 0 auto;
		margin-bottom: .5em;
		
	}
}

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