<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* KittyCatfish Base Styles */

#kittycatfish {
	position: fixed;
	display: none;
	margin: 0;
	padding: 0;
	z-index: 999;
	border: none;
	right: 0px;
	bottom: 0%;
	width: auto;
}

#kittycatfish_spacer {
	margin: 0;
	padding: 0;
	height: 0px;
}

#kittycatfish_ad_content {
	position: relative;
}

#kittycatfish_ad_content #close {
	position: absolute;
	margin: 0;
	padding: 0;
	line-height: normal;
	top: 5px;
	right: 7px;
	z-index: 9999;
	cursor: pointer;
}

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