<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - Carbon
  -----------------------------------
*/

.p7AP3-02 {
	padding: 2px;
	margin: 0 auto;
	width: auto;
	background-color: #222;
}
.p7AP3:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7AP3trig.p7ap3-theme-02 {
	margin: 0;
	padding: 0;
}
.p7AP3trig.p7ap3-theme-02 h3, .p7AP3trig.p7ap3-theme-02 h4 {
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	font-size: 1em;
}
.p7AP3trig.p7ap3-theme-02 a {
	display: block;
	text-decoration: none;
	padding: 0px 20px;
	color: #BBB;
	background-color: #222;
	font-weight: normal;
	background-image: url(img/p7ap3_east_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #000;
	box-shadow: inset 0px 12px 30px rgba(255,255,255,.05);
	-webkit-transition: all linear 0.15s 0.1s;
	transition: all linear 0.15s 0.1s;
}
.p7AP3trig.p7ap3-theme-02 .p7AP3_ext, .p7AP3trig.p7ap3-theme-02 .p7AP3_ext.p7AP3trig_down {
	background-image: none;
	color: #BBB;
	background-color: #333;
	letter-spacing: 0.1em;
	box-shadow: none;
	border-top: 1px solid #333;
	border-bottom: 1px solid #000;
}
.p7AP3trig.p7ap3-theme-02 a:hover {
	color: #CCC;
	background-color: #000;
	border-color: #000;
}
.p7AP3trig.p7ap3-theme-02 a:focus {}
.p7AP3trig.p7ap3-theme-02 .p7AP3trig_down {
	letter-spacing: 0.1em;
	background-image: url(img/p7ap3_south_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #333333;
	color: #000;
	border-color: #999;
}
.p7AP3trig.p7ap3-theme-02 .p7AP3trig_down:hover {
	background-image: url(img/p7ap3_south_white.gif);
	background-color: #333333;
	color: #FFF;
	border-color: #999;
}
.p7AP3cwrapper.p7ap3-theme-02 {
	position: relative;
}
.p7AP3panelcontent.p7ap3-theme-02 {
	line-height: 1.0em;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #333333;
	color: #000;
}
.p7AP3panelcontent.p7ap3-theme-02 h1,
.p7AP3panelcontent.p7ap3-theme-02 h2,
.p7AP3panelcontent.p7ap3-theme-02 h3,
.p7AP3panelcontent.p7ap3-theme-02 h4 {
	margin: 0px;
}
.p7AP3content.p7ap3-theme-02 p {
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
.p7AP3trig.p7ap3-theme-02 a.current_mark {
	font-weight: bold;
}
.p7AP3panelcontent.p7ap3-theme-02 .current_mark {
	font-weight: bold;
}

.p7AP3-02.responsive .ap3-toolbar {
	display: none;
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.p7AP3-02.responsive .ap3-toolbar {
	display: block;
	padding: 0px 2px;
	text-align: leftt;
	cursor: pointer;
}
.p7AP3-02.responsive .ap3-toolbar a {
	font-size: 1.75em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.p7AP3-02.responsive .ap3-toolbar a:hover {
	color: #FFF;
}
.responsive .toggle-text a:before {
	position: relative;
	top: -.25em;
}
.p7AP3-02.responsive .toggle-text.closed a:before {
	content: "Race/Cat Filters \0020";
	font-size: .5em;
}
.p7AP3-02.responsive .toggle-text.opened a:before {
	content: "Hide \0020";
	font-size: .5em;
}
.p7AP3root-wrapper.closed {
	height: 0px;
	overflow:hidden;	
}
.p7AP3root-wrapper.opened {
	height: auto;
	overflow: hidden;	
}

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