<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">		#crabby-shell {
			bottom: 0px;
			position: fixed;
			right: 0px;
			z-index: 100;
		}
		#crabby-bubble {
			background: none repeat scroll 0 0 #FFFDCA;
			border: 1px solid #000000;
			border-radius: 8px 8px 8px 8px;
			bottom: 250px;
			box-shadow: 9px 19px 19px rgba(0, 0, 0, 0.43);
			color: black;
			display: none;
			font-family: "Comic Sans MS","Times",cursive;
			font-size: 15px;
			min-width: 275px;
			padding: 10px;
			position: absolute;
			right: 40px;
			z-index: 10000;
		}
		#crabby-bubble #crabby-arrow {
			background: url("imgs/static/text-tail.png") no-repeat scroll 0 0 transparent;
			bottom: -58px;
			height: 58px;
			position: absolute;
			right: 200px;
			width: 42px;
		}
		#crabby-bubble #crabby-text-close {
			position: absolute;
			right: 6px;
			top: 0;
		}
		#crabby-bubble a {
			color: blue;
		}
		#crabby-bubble a:hover {
			color: lightblue;
		}
		#crabby-bubble ul {
			list-style: disc outside none;
			margin: 5px 10px;
		}
		#crabby-bubble li {
			margin-left: 10px;
		}
		#crabby-home #crabby-shell {
			position: relative;
			right: auto;
			top: auto;
		}</pre></body></html>