﻿body {
	margin:0;padding:0;
	background-color:#000 !important;
}
body, div, p, li, td, th, blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	/*color:#f2c7c3;*/
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
a {color:#ffff99 !important;}
h1, .h1 {font-size: 2em;}
h2, .h2 {font-size: 1.5em;}
h3, .h3 {font-size: 1.17em;}
h4, .h4 {font-size: 1em;}
h5, .h5 {font-size: 0.83em;}
h6, .h6 {font-size: 0.67em;}

#bg-gradient {
	position:fixed;
	left:0; top:450px;
	width:100vw; height:calc(100vh - 450px);
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(205,39,23,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(205,39,23,1) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(205,39,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#cd2717",GradientType=1);
}
#bokeh-underlay {
	position:fixed;
	left:0; top:0;
	width:100vw; height:450px;
	background-color:rgba(205,39,23,1);
}
#bokeh {
	position:absolute;
	left:0;top:0;
	width:100%;height:450px;
	background:url("/images/website/bokeh.jpg") repeat-x;
}
#main {
	position:relative;
	top:0px;
	width:900px;
	margin:0 auto;
	z-index:0;
	margin-bottom:50px;
}
#logo {
	position:absolute;
	left:0px;top:50px;
	width:464px;height:250px;
	background:url("/images/website/logo.png");
	background-position:-30px;
	z-index:40;
	cursor:pointer;
}
#date_place {
	position:absolute;
	right:4px; top:140px;
	font-size:16pt;
	color:#ffff99;
	text-align:right;
	text-shadow:none;
	text-shadow:2px 2px 5px rgba(0,0,0,0.5);
}
#top_spacer {
	position:relative;
	height:265px;
}
#tv {
	height:500px !important;
	overflow-y:hidden;
}
#slideshow {
	position:relative;
	left:0px;
	margin:0;padding:0;
	width:900px;height:500px;
	z-index:99;
}
#mySlideshow_Container-0 {height:500px; background-color:#000;}
#mySlideshow_Container-0 ul {
	margin:0; padding:0;
}
#mySlideshow_Container-0 img {
	width:100%;
}
.bx-wrapper img {
	width:100%; height:100%;
	object-fit:cover;
}
#content {
	position:relative;
	margin:50px 50px 50px;
	min-height:350px;
}
#content_container {
	position:relative;
	background:url("/images/website/orange.jpg");
	vertical-align:top;
}
#swish {
	position:relative;
	left:0;top:0;
	width:100%;height:100%;
	background:url("/images/website/swish.jpg") no-repeat;
	border:1px solid rgba(0,0,0,0.0);
}
#swish, #footer {
	box-shadow:0 0 30px rgba(0,0,0,0.5);
}
#header {
	font-family: 'Alex Brush', cursive;
	font-size:36pt;
	color:#fff;
	text-shadow:3px 3px 7px rgba(0,0,0,0.7);
	text-align:center;
	position:relative;
	top:-15px;
}
#footer {
	position:relative;
	width:900px;height:330px;
	background-color:#cd2717;
}
#footer_wrapper {
	position:relative;
	width:100%;height:100%;
}
#footerBG {
	position:absolute;
	left:0;top:0;
	width:900px;height:330px;
	background:url("/images/website/footer.png");
	background-size:100% 100%;
}
#footer-logo {
	position:absolute;
	left:35px; top:-35px;
	height:110px;
}
#contact_box {
	position:absolute;
	left:60px;bottom:40px;
}
#contact_box a {color:#fff;}
#contact_box i {margin-right:10px;}
#logos {
	width:330px;height:130px;
	position:absolute;
	right:30px;bottom:40px;
}
#ndca, #dss, #comporganizer, #global, #bob, #fordney {
	position:absolute;
	cursor:pointer;
}
#ndca {
	width:100px;
	left:10px;top:-15px;
}
#dss {
	width:100px;
	right:0;top:-25px;
}
#global {
	width:80px;
	left:130px; top:-30px;
}
#bob {
	width:240px;
	top:30px; left:-240px;
}
#comporganizer {
	width:200px;
	right:0;bottom:-15px;
}
#fordney {
	left:10px; top:75px;
	filter: grayscale(100%);
	width:100px;
}
.photo {
	border:5px solid #fff;
	box-shadow: 0px 5px 25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}


#navbar-buffer {
	display:block;
	position:relative;
	top:0;
	height:60px;
}
#navbar {
	display:block;
	position:fixed;
	top:0;
	width:100%; height:60px;
	margin:0 auto;
	z-index:9;
	white-space:nowrap;
	
	box-shadow:0px 5px 60px rgba(255,255,255,0.3);
	-webkit-box-shadow:0px 5px 60px rgba(255,255,255,0.3);
	-moz-box-shadow:0px 5px 60px rgba(255,255,255,0.3);
	-o-box-shadow:0px 5px 60px rgba(255,255,255,0.3);
	
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top, #555555 0%, #0e0e0e 100%, #0e0e0e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #555555 0%,#0e0e0e 100%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #555555 0%,#0e0e0e 100%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#0e0e0e',GradientType=0 );

}
#navbar ul {
	margin:0 auto; padding-left:0;
	list-style-type:none;
	z-index:98;
	text-align:center;
}
#navbar li.single, #navbar li.parent {
	display:inline-block;
	overflow:visible;
	position:relative;
	font-size:13pt;
	height:60px; line-height:60px;
	border-left:1px solid rgba(255,255,255,0);
	border-right:1px solid rgba(255,255,255,0);
}
#navbar ul li a {
	display:inline-block;
	padding:0 18px;
	height:60px;
	color:#ffff99;
	text-shadow:1px 2px #000;
	text-decoration:none;
}
#navbar ul li a:hover {
	color:#fff;
}
#navbar li.expanded {
	background-color: #000;
	border-left:1px solid rgba(255,255,255,0.2);
	border-right:1px solid rgba(255,255,255,0.2);
}
#navbar li.expanded a {
	color:#a8deff;
}
#navbar ul.children {
	position:absolute;
	left:-1px;top:60px;
	width:370px;
	padding:20px 0;
	background-color:rgba(0,0,0,0.9);
	border-bottom:1px solid rgba(255,255,255,0.2);
	border-left:1px solid rgba(255,255,255,0.2);
	border-right:1px solid rgba(255,255,255,0.2);
	display:none;
	box-shadow:0 0 50px rgba(255,255,255,0.2);
	-webkit-box-shadow:0 0 50px rgba(255,255,255,0.2);
	-moz-box-shadow:0 0 50px rgba(255,255,255,0.2);
	-o-box-shadow:0 0 50px rgba(255,255,255,0.2);
	z-index:99;
}
#navbar li.child {
	text-align:left;
	text-indent:0;
	height:40px;line-height:40px;
	background-size:15px;
	text-transform:none;
	font-size:13pt;
}
#navbar li.child:before {
	content: "";
	background-image: url("/images/website/peach.png");
	background-size:20px auto;
	background-repeat: no-repeat;
	display:inline-block;
	width:20px; height:20px;
	margin-left:25px;
	position:relative;
	top:5px;
}

#navbar li.child a {
	width:260px;height:40px;
	text-shadow:0 0 #000;
	color:#ffff99;
}
#navbar li.child a:hover {
	color:#fff;
}

#partners td {vertical-align:top;}
#partners .h3 {font-size:1.5em; margin-bottom:0;}
#partners img {
	width:120px; height:120px;
	background-color:#000;
	border:5px solid #fff;
	margin:0 30px 15px 0;
}
#partners a {font-size:1.1em;}

/* COMPORGANIZER COMMON ELEMENTS */

	.button {
		
		padding:0 15px;
		display:inline-flex;
		flex-direction:row;
		align-items:center;
		justify-content:center;
		height:40px; line-height:40px;
		text-decoration:none;
		background-color:#000;
		color:#fff;
		
		border:none !important;
		box-shadow:inset -1px -1px 1px rgba(0,0,0,0.2), inset 1px 1px 1px rgba(255,255,255,0.3);
		-webkit-box-shadow:inset -1px -1px 1px rgba(0,0,0,0.2), inset 1px 1px 1px rgba(255,255,255,0.3);
		-moz-box-shadow:inset -1px -1px 1px rgba(0,0,0,0.2), inset 1px 1px 1px rgba(255,255,255,0.3);
		
		border-raduis:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;

		background: rgb(163,5,0);
		background: -moz-linear-gradient(0deg, rgba(163,5,0,1) 0%, rgba(252,133,0,1) 100%);
		background: -webkit-linear-gradient(0deg, rgba(163,5,0,1) 0%, rgba(252,133,0,1) 100%);
		background: linear-gradient(0deg, rgba(163,5,0,1) 0%, rgba(252,133,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a30500",endColorstr="#fc8500",GradientType=1);

	}

	#info-panels-4947 {
		margin:-120px 0 0 -30px;
		width:calc(100% + 45px);
	}
	.info-panel {
		background:none;
		margin:0 20px;
	}
	.info-panel-content {
		min-height:0;
	}
	.info-panel-frame {
		border-radius:100%;
		-webkit-border-radius:100%;
		-moz-border-radius:100%;
		border:5px solid #fff;
		box-shadow:0 0 15px rgba(0,0,0,0.25);
		-webkit-box-shadow:0 0 15px rgba(0,0,0,0.25);
		-moz-box-shadow:0 0 15px rgba(0,0,0,0.25);
	}
	.info-panel .button {
		padding:8px 15px;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
	}
	
	#prize_money table {
		margin:30px auto;
	}
	#prize_money td {
		padding:5px;
		border:1px solid rgba(255,255,255,0.5);
	}
	
	#news table {
		width:100%;
		border-bottom: 1px dashed #fff;
	}
	
	#news td {
		vertical-align:top;
		padding:10px 0;
	}
	
	#news .tdPhoto {
		width:75px;
	}
	
	#news .photoContainer {
		width:75px;height:75px;
		overflow:hidden;
		margin-right:15px;
	}
	
	#news .photoContainer img {
		width:100%;
	}
	
	.rulesHeader {
		font-weight:normal;
		border-bottom:1px dashed #fff;
	}
	
	.bullet {
		/*display:inline-block;
		width:15px;height:15px;
		background: url('/images/bullet.jpg') no-repeat;
		margin: 0px 5px 0px 15px;
		vertical-align:-4px;*/
		display:none;
	}
	
	.nobullet {
		/*display:inline-block;
		width:15px;height:15px;
		margin: 0px 5px 0px 15px;*/
		display:none;
	}
	
	.price_list table {
		margin: 0 auto 30px auto;
		width:500px;
	}
	.price_list table tr:nth-child(2) td {padding-top:10px;}
	.price_list table td.title, .price_list table td.header {
		border-bottom: 2px solid rgba(255,255,255,0.5);		
	}
	.price_list div.title {
		font-weight:bold;
		text-transform:uppercase;
		width:95%;
	}
	.price_list tr td:last-child {
		text-align:right;
	}
	.price_list td span {
		display:block;
		font-size:11pt;
		margin:-5px 0 0 15px;
	}
		
	.prices p {
		font-size:11pt;
	}
	
	#contact_form table {
		width:400px;
		margin:0 auto;
	}
	
	#contact_form input {
		width:100%;
	}
	
	#contact_form textarea {
		width:100%;
		height:130px;
	}
	
	#contact_form input.captcha {
		width:290px;
		position:relative;
		float:right;
		top:-1px;
	}
	

	#schedule table {
		margin-top:30px;
		margin-bottom:120px;
	}

	#schedule .schedule_row {
		padding-top:3px;
		padding-bottom:3px;
		padding-left:30px;
		text-indent:-25px;
	}
	
	#schedule .categorized {
		padding-left:110px;
	}

	#schedule .space_above {
		height:20px;
	}
	#schedule .space_below {
		height:40px;
	}
	
	#schedule .session_header_cell {
		border-bottom:1px solid rgba(255,255,255,0.3);
		position:relative;
	}
	
	#schedule .session_title {
		display:inline;
		width:500px;
	}
	
	#schedule .session_number {
		font-size:13pt;
		text-transform:uppercase;
		position:relative;
		top:15px;
	}
	
	#schedule .session_name {
		font-family: 'Alex Brush', cursive;
		font-size:28pt;
		color:#ffff99;
		position:relative;
		top:10px;left:30px;
	}
	
	#schedule .doors_open {
		position:absolute;
		text-align:right;
		top:60px;right:0;
		display:none;
	}
	
	#schedule .session_date {
		position:absolute;
		text-align:right;
		top:25px;right:0;
	}
	
	#schedule .schedule_cat {
		padding:20px 0 10px 5px;
		font-weight:bold;
	}
	
	
	.officials {
		width:100%;
		margin-top:25px;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
	}
	
	.cat-chairman-of-judges, .cat-chairmen-of-judges, .cat-master-of-ceremonies, .cat-masters-of-ceremonies {
		display:inline-block;
		width:calc(50% - 15px);
	}
	.cat-chairman-of-judges, .cat-chairmen-of-judges {
		margin-right:30px;
	}
	.officials_grid .subheader {
		font-size:14pt;
		border-bottom:2px solid rgba(255,255,255,0.2);
		color:#ffff66;
	}
	.officials_grid ul {
		list-style-type:none;
		margin:10px 0 40px 0; padding:0;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.officials_grid ul li {
		display:inline-block;
		margin:0 0 15px 0;
	}
	.officials_grid .photo_container {
		width:180px;height:180px;
		overflow:hidden;
		display:block;
	}
	.officials_grid img {
		width:180px;
	}
	.official_info {
		margin-top:10px; margin-bottom:10px;
		width:180px; height:60px;
		overflow:hidden;
		line-height:1.2em;
	}
	

	.vendor_category {
		font-size:15pt;
		font-weight:bold;
		text-align:left;
		margin:20px 0;
		border-bottom:1px solid rgba(255,255,255,0.2);
	}
	#vendors ul {
		list-style-type:none;
		margin:0;padding:0;
	}
	#vendors li {
		margin:0 0 30px 0;
	}
	#vendors img {
		width:150px;
		margin:0 20px 20px 0;
		display:inline-block;
		-moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
		-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
		box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
		vertical-align:top;
	}
	.vendor {
		display:inline-block;
		position:relative;
		font-size:13pt;
		vertical-align:top;
		width:600px;
	}
	.vendor_name {
		font-size:14pt;
	}
	#vendors_spacer {
		height:50px;
	}
	
	.entryforms ul {
		list-style-type:none;		
	}
	.entryforms ul li {
		padding:3px 0 12px 40px;
		background:url("/co/images/pdf.png") 0px 3px no-repeat;
		background-size:25px;
	}
	.entryforms ul li a {
		text-decoration:none;
	}
	.docPW ul li {
		padding:3px 0 12px 40px;
		background:url("/co/images/lock.png") 0px 0px no-repeat;
		background-size:25px;
	}
	
	.popup-password .modal-content {
		background-color:#333;
	}
	.popup-password input {
		background-color:rgba(255,255,255,0.2);
	}
	
	/* Ticket Order Form on Ticket Page */
	
	#entryforms-8607 {
		position: absolute;
		right: 60px;
		top: 140px;
		margin: 0;
		padding: 15px 40px 0 0;
		background-color: #000;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}
	
	/* COMP MANAGER SCRAPED RESULTS */
	
	#result-data h3 {
		font-size:1.33rem;
	}
	#result-data > p { /* dance name */
		margin-bottom:0;
	}
	
	#result-data table {
		border-collapse: collapse;
		border:none;
		margin-bottom:30px;
	}
	#result-data table tr td {
		border:1px solid rgba(255,255,255,0.4);
		background-color: rgba(0,0,0,0.1);
	}
	
	/* IMPORTED RESULTS */

	.results {
		position:relative;
		width:798px;
		overflow-x:scroll;
	}
	#rtContent-0 table tr td:first-child {
		padding-right:20px;
	}
	#rtContent-1 table {
		border-collapse:collapse;
		width:100%;
		margin-bottom:30px;
	}
	#rtContent-1 table td,th {
		text-align:left; vertical-align:top;
		border-bottom:1px solid rgba(255,255,255,0.3);
		border-right:1px solid rgba(255,255,255,0.3);
		font-size:10pt;
		padding:3px;
	}
	#rtContent-1 table th {
		white-space:nowrap;
		vertical-align:bottom;
	}
	#rtContent-1 table th:first-child {
		font-size:18pt;
		color:#ffff99;
		font-family: 'Dancing Script', cursive;
	}
	#rtContent-1 table td:first-child {
		text-indent:-27px;
		position:relative;
		left:27px;
		padding-right:27px;
	}
	#rtContent-1 table td.spacer {
		border:none;
		height:30px;
	}
	#rtSolos table {
		border-collapse:collapse;
		width:100%;
	}
	#rtSolos table tr td {
		border:1px solid rgba(255,255,255,0.3);
		padding:3px;
	}
	.results .round_header {
		text-align:center;
		color:#99cc00;
		font-size:28pt;
		margin-top:45px;
		margin-bottom:15px;
		text-shadow:0 -1px 1px rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.5);
		font-family: 'Alex Brush', cursive;
	}
	.results-dance {
		font-family: 'Alex Brush', cursive;
		font-size:24pt;
	}
	.results ul {
		list-style-type:none;
		margin:0 30px; padding:0;
	}
	.results ul li {
		padding:2px 0;
		text-indent:-15px;
	}
	.results ul li a {
		text-decoration:none;
	}
	.results ul li a:hover {
		text-decoration:underline;
	}
	.results .searchBar {
		padding:10px;
		background-color:rgba(0,0,0,0.4);
	}
	.results .searchLabel {
		display:inline;
		color:#ffff99;
		margin:0 10px;
	}
	.results .searchInput {
		width:300px; height:16px;
		border:none;
		color:#fff;
		font-size:11pt;
		background-image:url("/images/website/swish.jpg");
		background-position:-150px -125px;
		padding:5px 50px 5px 5px;
		margin:0 10px;
	}
	.results .searchInput:focus {
		outline:none;
	}
	.results .searchSubmit {
		position:relative;
		left:-50px;
		width:35px;height:10px;
	}
	.results .results-header {
		margin-bottom:30px;
	}
	.results .results-header ul {
		margin:15px;padding:0;
	}
	.results .results-header ul li {
		text-indent:0;
		margin:0;
		display:inline;
		margin:5px 0;
	}
	.results .results-header ul li:after {content:" > ";}
	.results .results-header ul li:last-child:after {content:none;}
	.results ul li.results-title {display:block;}
	
	.results #resultTabs {
		position:absolute;
		top:15px; right:-15px;
	}
	.results #resultTabs ul li {
		display:inline;
		margin:5px; padding:7px 12px;
		border-radius:10px 0 0 0;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-o-border-radius:10px;
		background-color:rgba(0,0,0,0);
		cursor:pointer;
	}
	.results #resultTabs ul li.selected {
		background-color:rgba(0,0,0,0.6);
	}
	.results-initials {
		cursor:pointer;
	}
	.results-judge {
		width:75px; height:75px;
		background-size:75px;
		margin:0 auto 5px auto;
		border:1px solid #fff;
	}
	
	.lineup {
		display:block;
		width:565px;
		margin:0 auto 40px auto;
		border:none;
		background-color:rgba(255,255,255,0.1);
		-box-shadow:5px 5px 15px rgba(0,0,0,0.3);
		-webkit-box-shadow:5px 5px 15px rgba(0,0,0,0.3);
		-moz-box-shadow:5px 5px 15px rgba(0,0,0,0.3);
		-o-box-shadow:5px 5px 15px rgba(0,0,0,0.3);
	}
	.photoresults {
		width:100%;
		text-align:center;
	}
	.result_container {
		display:inline-block;
		width:175px; height:200px;
		padding:10px;
		overflow:hidden;
		text-align:left;
	}
	.result_photo_container {
		display:block;
		width:175px;
		height:115px;
		overflow:hidden;
		border:1px solid rgba(255,255,255,0.2);
		background-color:rgba(255,255,255,0.1);
		margin-bottom:10px;
	}
	.result_photo_container img {
		width:175px;
	}
	.placement {
		font-weight:bold;
		color:#fff;
	}


	#venue {
	}
	#venue-poster {
		display:block;
		width:100%;
	}
	#venue-container1 {
		margin-top:15px;
		margin-bottom:30px;
	}
	#venue-logo {
		width:220px;
		vertical-align:top;
		margin-top:-100px;
	}
	#venue-info {
		display:inline-block;
		margin-left:30px; margin-top:-30px;
	}
	.venue-title {
		font-size:21pt;
	}
	.venue-address {
		font-size:14pt;
	}
	.venue-button {
		margin:15px 0;
	}
	.starting-at, .venue-price, .venue-price-desc {
		display:inline-block;
	}
	.starting-at {font-size:x-small;}
	.venue-price-container {font-size:x-large;margin:0 5px;}
	#venue-container3 h3 {
		font-size:x-large;
		font-weight:normal;
	}
	#venue-container3 iframe {
		display:inline-block;
		width:100%; height:350px;
		vertical-align:top;
		margin-right:30px;
	}
	#venue-directions {
		display:block;
		width:100%;
	}
	#venue-directions p:first-child, #venue-directions ul:first-child {
		margin-top:0;
	}
	.map-header {
		font-size:x-large;
		font-weight:bold;
		margin:30px 0;
		text-align:center;
	}
	

	/* HEATLISTS */

	#heatlists {
		position:relative;
	}
	
	#heatlist_search {
		display:flex;
		flex-direction:row;
		align-items:center;
		position:relative;
		width:100%;
		max-width:600px;
		margin:0 auto 30px auto;
		padding:10px 15px;
		background-color:rgba(0,0,0,0.75);
		-border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
	}
	#heatlist_search #search {
		width:100%; height:30px;
		padding:0 5px;
		margin-left:10px;
		font-size:13pt;
	}
	#heatlist_search #searchcancel {
		display:inline-block;
		cursor:pointer;
		position:absolute;
		right:22px;
		color:#aaa;
		font-size:24px;
		text-shadow:none;
	}

	#heatlist_competitors {

	}
	#heatlist_competitors ul {
		list-style-type:none;
		margin:0; padding:0;
		column-count:3;
		column-gap: 0;
	}
	#heatlist_competitors ul li {
		padding:0 15px;
	}
	#heatlist_competitors ul li:hover, #heatlist_competitors ul li.selected {
		/* background-color:#ffffb9; */
	}
	#heatlist_competitors ul li a {
		height:30px; line-height:30px;
		text-decoration:none;
		color:#ffffb9;
	}
	#heatlist_competitors ul li:hover a {
		color:yellow;
	}
	#heatlist_competitors ul li:first-child a {
		padding-top:5px;
		border-top:none;
	}


	#heatlist-back-button {
		font-size:18pt;
		top:-75px;
		padding:5px;
	}
	#heatlist #header {
		font-family: Arial, Helvetica, sans-serif;
		text-align:center;
		font-size:15pt;
	}
	#heatlist #heatlist_competitor_name {
		font-size:24pt;
	}
	#heatlist .heatlist_warning {
		font-size:14pt;
		font-style: italic;
		text-align:center;
		margin:15px 0 30px 0;
		color:#ffff99;
	}
	#heatlist_table {
		width:100%;
		border-collapse: collapse;
	}
	#heatlist_table td {
		border-bottom:1px solid rgba(255,255,255,0.3);
		padding:5px;
	}
	#heatlist_table td.partner {
		background-color:rgba(0,0,0,0.2);
		padding:5px;
	}
	#heatlist_table th {
		background-color:rgba(0,0,0,0.3);
		color:#fff;
		text-align:left;
		padding:5px;
		font-family: arial, helvetica, sans-serif;
		font-size:13pt;
	}
	
	#heatlist_loading {
		position:fixed;
		width:100px; padding-top:80px; padding-bottom:10px;
		left:50vw; top:40vh;
		margin-left:0; margin-top:0;
		z-index:99;
		display:block;
		background-color:rgba(0,0,0,0.8);
		color:red;
		text-align:center;
		background-image:url("/co/images/loading.gif");
		background-size:50px; background-repeat:no-repeat;
		background-position:50% 15px;
	}
	#heatframe {visibility:hidden;}
	#heatlist_logo {display:none;}
	#heatlist_info {
		text-align:center;
	}
	#heatlist_recents {
		list-style-type:none;
		margin:0; padding:0;
	}
	#heatlist_recents li a {
		text-decoration:none;
		display:block;
		padding:5px;
	}


	/* END SCRAPED HEAT LISTS */


/* END COMPORGANIZER COMMON ELEMENTS */

/* CUSTOM PAGES */

	.workshop {
		text-align:center;
	}
	.workshop .img-container {
		
	}
	.workshop .img-container img {
		width:180px; height:180px;
		margin:15px;
		object-fit:cover;
		border:5px solid #fff;
	}
	
/* END CUSTOM PAGES */

	
@media print {

	body, html, #main {
		background:none;
		background-color:#fff;
		text-shadow:none;
		color:#000;
	}
	body, html {
		width:8.5in; height:11in;
		padding:0;
	}
	body, html, div, p, table, tr, td, ul, li, a, #header {
		text-shadow:none;
		color:#000;
	}
	#navbar, #tv, #top_spacer, #date_place, #footer {display:none;}
	#bokeh, #swish, table#main, #content, #content_container {
		background:none !important;
		width:100% !important;
		margin:0;
	}
	
	#logo {
		position:relative;
		margin:0 auto 0.25in auto; padding:0; top:0.25in;
		width:3in;
		height:1.5in;
		background-image: url("/images/website/logo-bw.png");
		background-size:100%;
		background-repeat:no-repeat;
	}
	#header {
		position:relative;
		top:0 !important;
		font-family:Arial, Helvetica, sans-serif;
		font-size:24pt;
		margin-bottom:0.15in;
	}
	
	#heatlist_search, #heatprint, #heatlist_recents {display:none;}
	#heatlist .heatlist_warning {color:red;}
	#heatlist #header {font-size:15pt;}
	#heatlist td {vertical-align:top;}

}