<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "utf-8";
main section {
    -webkit-box-shadow: inset 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 10px 20px -5px rgba(0, 0, 0, 0.3);
}




#mainPanel {
  background-color: #999;
  padding: 4px 8px;
  border-radius: 12px;
  max-width: 730px;
  margin: 0 auto;
}


.panel-heading .package-title {
  background-color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  margin: 4px 0 4px 0;
  padding: 0;
}
.panel-heading .package-title a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 6px 12px 0 12px;
  font-size: 28px;
}
.panel-heading .package-title a:before {
    font-family: 'FontAwesome';
    content: "\f077";
    float: right;
    display: inline-block;
    line-height: 20px;
  font-size: 20px;
}
.panel-heading .package-title a.collapsed:before {
    content: "\f078";
}
#rookiePanelM .panel-heading .package-title a {
  color:#333;
}
#rookiePanelM .panel-heading .package-title a:hover {
  color:#000;
}
#prostylePanelM .panel-heading .package-title a {
  color:#060;
}
#prostylePanelM .panel-heading .package-title a:hover {
  color:#030;
}
#allstarPanelM .panel-heading .package-title a {
  color:#039;
}
#allstarPanelM .panel-heading .package-title a:hover {
  color:#006;
}
#championPanelM .panel-heading .package-title a {
  color:#60C;
}
#championPanelM .panel-heading .package-title a:hover {
  color:#309;
}





.panel-heading .feature-title {
  background-color: #666;
  margin: 2px 0 0 0;
  padding: 0;

}
.panel-heading .feature-title a {
  display: block;
  color: #fff;
  padding: 0 12px 0 12px;
  font-size: 20px;
  line-height: 32px;
  text-transform: none;
  text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 900;
}
.panel-heading .feature-title a:hover {
  color:#ccc;
}
.panel-group .panel-group .panel-body
, #overview .panel-body {
  background-color: #fff;
  padding: 12px;
}

.panel-group .panel-body img {
  max-width: 100%;
  height: auto !important;
}

.staffLinks {
  text-align: right;
}
.editLink {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin-right: 18px;
  text-decoration: none;
}
.editLink img {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}


/*


.mainBody .container {
	max-width: 750px;
	width:100%;
}


.panel-group .panel, .panel, .panel-heading {
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.panel-group .panel.overviewPanel, #rookiePanel, #prostylePanel, #allstarPanel, #championPanel {
	margin-bottom: 8px;
}

.panel-heading {
	padding: 0 2px;
	text-align: left;
}
.panel-heading img {
	width: 100%;
	height: 2px;
}


.panel-default &gt; .panel-heading {
	background-color: #000000;
	border: none;
	color: #FFFFFF;
}

.panel-title {
	font-size: 18px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: 900;
}
.panel-title &gt; a {
	text-decoration: none;
	display: block;
	padding: 4px 12px;
	color:#FFFFFF;
}
.panel-group .panel-heading + .panel-collapse &gt; .panel-body {
	border-top: none;
	text-align: left;
}

.panel-body &gt; div {
	padding: 6px 20px;
}

.panel-body &gt; .panel-group, #rookie .panel-body, #prostyle .panel-body, #allstar .panel-body, #champion .panel-body, #rookieM .panel-body, #prostyleM .panel-body, #allstarM .panel-body, #championM .panel-body {
	padding: 0;
}


#rookiePanel &gt; .panel &gt; .panel-heading .panel-title &gt; a, #rookiePanelM &gt; .panel-heading .panel-title &gt; a {
	color: #CC9933;
}
#prostylePanel &gt; .panel &gt; .panel-heading .panel-title &gt; a, #prostylePanelM &gt; .panel-heading .panel-title &gt; a {
	color: #66CC66;
}
#allstarPanel &gt; .panel &gt; .panel-heading .panel-title &gt; a, #allstarPanelM &gt; .panel-heading .panel-title &gt; a {
	color: #66CCFF;
}
#championPanel &gt; .panel &gt; .panel-heading .panel-title &gt; a, #championPanelM &gt; .panel-heading .panel-title &gt; a {
	color: #CC99FF;
}

#rookieFeatures .panel-heading, #rookieFeaturesM .panel-heading {
	background-color: #826200;
}
#prostyleFeatures .panel-heading, #prostyleFeaturesM .panel-heading {
	background-color: #114411;
}
#allstarFeatures .panel-heading, #allstarFeaturesM .panel-heading, #faqPanel .panel-heading {
	background-color: #003366;
}
#championFeatures .panel-heading, #championFeaturesM .panel-heading {
	background-color: #440077;
}

.panel-group .panel + .panel, #rookie, #prostyle, #allstar, #champion, #rookieM, #prostyleM, #allstarM, #championM {
	margin-top: 4px;
}
#rookieFeatures, #prostyleFeatures, #allstarFeatures, #championFeatures, #rookieFeaturesM, #prostyleFeaturesM, #allstarFeaturesM, #championFeaturesM {
	margin-bottom: 0;
}

#rookieFeatures.panel-group .panel-heading + .panel-collapse &gt; .panel-body, #rookieFeaturesM.panel-group .panel-heading + .panel-collapse &gt; .panel-body {
	border: 4px solid #826200;
	border-top: none;
	padding: 8px;
	font-size: 14px;
}

#prostyleFeatures.panel-group .panel-heading + .panel-collapse &gt; .panel-body, #prostyleFeaturesM.panel-group .panel-heading + .panel-collapse &gt; .panel-body {
	border: 4px solid #114411;
	border-top: none;
	padding: 8px;
	font-size: 14px;
}

#allstarFeatures.panel-group .panel-heading + .panel-collapse &gt; .panel-body, #allstarFeaturesM.panel-group .panel-heading + .panel-collapse &gt; .panel-body {
	border: 4px solid #003366;
	border-top: none;
	padding: 8px;
	font-size: 14px;
}

#championFeatures.panel-group .panel-heading + .panel-collapse &gt; .panel-body, #championFeaturesM.panel-group .panel-heading + .panel-collapse &gt; .panel-body {
	border: 4px solid #440077;
	border-top: none;
	padding: 8px;
	font-size: 14px;
}

#rookiePanelM, #prostylePanelM, #allstarPanelM, #championPanelM {
	margin-bottom: 8px;
}

#mainPanel &gt; .panel &gt; .panel-heading &gt; .panel-title &gt; a:after,
#rookiePanel &gt; .panel &gt; .panel-heading &gt; .panel-title &gt; a:after,
#prostylePanel &gt; .panel &gt; .panel-heading &gt; .panel-title &gt; a:after,
#allstarPanel &gt; .panel &gt; .panel-heading &gt; .panel-title &gt; a:after,
#championPanel &gt; .panel &gt; .panel-heading &gt; .panel-title &gt; a:after {
	font-family: 'Glyphicons Halflings';
	content: "\e253";
	float: right;
}
#mainPanel &gt; .panel &gt; .panel-heading &gt; .panel-title &gt; a[aria-expanded="false"]:after,
#rookiePanel &gt; .panel &gt; .panel-heading &gt; .panel-title &gt; a[aria-expanded="false"]:after,
#prostylePanel &gt; .panel &gt; .panel-heading &gt; .panel-title &gt; a[aria-expanded="false"]:after,
#allstarPanel &gt; .panel &gt; .panel-heading &gt; .panel-title &gt; a[aria-expanded="false"]:after,
#championPanel &gt; .panel &gt; .panel-heading &gt; .panel-title &gt; a[aria-expanded="false"]:after {
	content: "\e252";
}

#mainPanel a:hover, #faqPanel a:hover {
    color:#FFFFFF !important;
	background-color: #FF7F00;
}

.panel-body img {
	margin: 0 auto;
}

.staffLinkWrapper {
	text-align: right;
}
.staffLinkWrapper div {
	display: inline-block;
	color: #777;
	cursor: pointer;
}
.staffLinkWrapper div:hover {
	color: #fff;
}

.collapsing {
	transition: height 0.4s;
}

*/



@-webkit-keyframes zoomIn10880 {
  from {
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    -webkit-opacity: 1;
    opacity: 1;
  }
}

@keyframes zoomIn10880 {
  from {
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    -webkit-opacity: 1;
    opacity: 1;
  }
}

.zoomIn10880 {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn10880;
  animation-name: zoomIn10880;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;

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