body{
	font-family: 'Rubik', sans-serif;
	color: #000;
	background: #FFF;
}

#Header, #Navigation, #Footer, .topsidebar{display: none !important;}
#Content > div.container > div.fourcol {display: none !important;}
#Content > div.container > div#Print {display: block !important; font-size: 0.5em; width: 100%;}
#Content > div.container > div#Print h3 > a{display: none;}
.day{
	width: 29.33%;
	float: left;
	margin: 2%;
}

.performance{
	padding: 2px 0;
	margin-bottom: 2px;
	border-bottom: solid 1px #000 !important; 
	width: 100%;
	display: block;
	line-height: 1em;
}

/* -------------------------------- 

COMMON ELEMENTS

-------------------------------- */
h1, h2, h3, h4{
	text-transform: uppercase;
	line-height: 1.5em;
	font-weight: 500;
}
h2{
	font-size: 1.5em;
	line-height: 1.5em;
	text-transform: uppercase;
}
.DetailHeading, h3{
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.5em;
	margin: 1em 0;
}
h3{
	margin-top: 0;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
p{
	color: #000;
}
.grey{
	color: #BBB;
}
.container{
	max-width: 1200px;
}
.button{
	font-weight: normal;
	text-transform: uppercase;
	color: #000 !important;
	text-decoration: none;
	border: solid 2px #000;
	padding: 5px;
	display: inline-block;
	background: none;
	margin-right: 5px;
}
.button span{
	display: inline-block;
	padding: 0.2em;
}
.button span.tag{
	background: #5a9f5c;
	border-left: solid 2px #000;
}
.Button, #Detail button, .MembershipHistoryRenew a{
	font-weight: bold;
	text-transform: uppercase;
	color: #000 !important;
	text-decoration: none;
	border: solid 2px #000;
	display: inline-block;
	background: none;
	display: inline-block;
	padding: 1em;
	cursor: pointer;
	margin: 10px 0;
	background: #FFF;
}
.OrderDelete a.Button{
	font-size: 0.5em;
}
.align-center{
	text-align: center;
}
#Content{
	min-height: 500px;
	margin-top: 10px;
}