body {background: #686A6F url('/events/escaperooms/2014/metal_bg.jpg') fixed no-repeat center 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}

header {text-align: center;}
.breakouts {text-align: center; padding: 20px auto;}

a:link, a:visited {color: white; font-weight: bold;}
a:hover, a:active {color: gray;}

.soldout {background-color: gray; text-decoration: line-through; cursor: default;}

.breakouts a:link img, .breakouts a:visited img {opacity: 0.5;}
.breakouts a:hover img, .breakouts a:active img {opacity: 1;}
.breakouts h3 {font-size: 85%;}



.floatright {float: right; width: 50%; margin-left: 25px;}

.footer {text-align: center; padding-bottom: 25px;}
.footer img {max-height: 75px;}

@media only screen and (max-width: 600px) {
.floatright {float: none; width: 100%; margin-left: 0;}
}