<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.flippyContentBox {
	position: absolute;
	height: 420px;
	width: 630px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.flippyContentBox .textBox {
	padding: 12px;
	width: 630px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #FFF;
	background-color: #000;
	opacity: 0.7;
}
.flippyContentBox .textBox a {
	color: #FFFFFF;
	text-decoration: none;
}
.flippyContentBox .textBox a:link {
	color: #FFFFFF;
	text-decoration: none;
}
</pre></body></html>