<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content {
	background-color: transparent; 
}
#mastheadWrapper {
	background-color: #040404;
}
#mastheadFrame {
	background-color: #040404;	
	padding: 0px 15px 0px;
}

#slide-buttons {
	bottom: 50px; /* because photos resized */
}
		
.countdown_div {
	height: 113px;
	padding-top: 19px;
}	

/* customize colors for button, names and participant page 
a.rounded-button, .form-button {
    background-color: #CB8F37;	
}*/

a {
	color: #CB8F37;
}

#participant_name {
	color: #000;
}

.meter &gt; span {
	background-color: rgb(154,27,255);
	background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, rgb(154,27,255)),
	  color-stop(1, rgb(186,102,255))
	 );
	background-image: -moz-linear-gradient(
	  center bottom,
	  rgb(154,27,255) 37%,
	  rgb(186,102,255) 69%
	 );
}
</pre></body></html>