<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tts {
	padding: 20px 25px 35px 25px;
	position: relative;
}

img {
	border: none;
}

#tts a:link { text-decoration: none; color: #151bf5; }
#tts a:visited { text-decoration: none; color: #151bf5; }
#tts a:hover { text-decoration: none; color: #999; }
#tts a:active { text-decoration: none; color: #151bf5; }

#tts div.form_errors { position: relative; padding: 10px; background-color: #ffbaba; margin: 10px 0px 10px 0px; }
#tts div.form_errors h5, #tts div.form_information h5 { padding: 0px 0px 15px 0px; margin: 0px; }
#tts div.form_information { position: relative; padding: 10px; background-color: #baffba; margin: 10px 0px 10px 0px; }
#tts div.form_errors ul, #tts div.form_information ul { clear: none; }

#tts div.form_errors_small {
	padding: 10px;
	background-color: #ec7373;
	margin: 10px 0px 10px 0px;
}

#tts div.event_day_top {
	margin-top: 20px;
}

#tts div.event_day_middle div.event_day_middle_wrapper {
	margin: 3px;
	width: 48px;
	float: left;
}

div.event_day_bottom {
	margin-bottom: 5px;
}

#tts #powered-by {
	position: absolute;
	top: 30px;
	right: 90px;
}

#tts .button {
	background-color: #ddd;
	border: 1px solid #bbb;
}

#tts .bubble {
	padding: 10px;
	color: #333;
}</pre></body></html>