<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clueDiv { width:110%;  height:100%; }
.liClue { text-decoration:none; color:black; left-margin: 10px; } 
.cwTable {background:#666;border-spacing: 0;border-collapse: separate; border:2px solid #404041; background: #555;}
.cwRow { margin : 0%; color : black; height : 10px; background-color : white; }
.cwCell {z-index: 20; margin : 0%; text-align : center; height : 42px; width : 42px; font-weight :bold !important; color:#666; background: url(/images/bg_crossword_white.png) no-repeat; font:14px/2.3 arial;}
.cwBlackCell {margin : 0%; text-align : center; height : 42px; width : 42px; background:#555;}
.cwNumber { position:absolute; top:-4px; left:3px; font-size: .6em; font-weight : bold; color : #666;}
.cwTable ht, .cwTable td{ position:relative; display:inline-block;background: #555;}
.active-cell{background: url(/images/bg_crossword_green.png) no-repeat;}
h1{display: block;
margin: 10px 0 10px 0;
height: auto;
text-align: left;
font-size: 120%;
font-weight: bold;
color: #2f6681;
text-decoration: none;}
h1, p.description{margin-bottom:10px;}
 #puzzleContainer {
	width  :100%;
	height :90%;
	margin :auto;
	display:inline-block;
}

.blue-button{background:transparent url(/images/btn_crossword_blue.png) no-repeat;  width:127px;}
.gold-button{background:transparent url(/images/btn_crossword_gold.png) no-repeat; margin-right:45px !important;  width:180px;}
#acrossContainer, #downContainer {
	width: 91%;
	padding:10px 2%;
	height:226px;
	display:inline-block;
	vertical-align:top;
	background: url(../images/menu-bar-2.png) repeat-x 0 0 white;
	margin: 8px 3% 5px 2%;
	border: 1px solid #ccc;
}

#downScroll, #acrossScroll{
	overflow-y:scroll;
	height:90%;
	}

.crossword { height:auto; width: 652px; display:inline-block; vertical-align:top;}
.crossword-clues {
	display:inline-block; font:12px arial; color:#666;
	position: relative;
	width: 260px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0 0 5px 4px;
	background-color: #f3f1f3;
	border: 1px solid #d5d3d5;
	-moz-border-radius: 4px;
	border-radius: 4px;}
.button {margin: 10px 0; font-weight:bold; color:#FFF; cursor:pointer; height:42px; -moz-border-radius: 4px;
border-radius: 4px; border:none;}
.left-button{margin-right:5px;}
.right-button{float:right;}
.clue-header{width: 96%; padding:3px 2%;
display: block;
height: auto;
background-color: transparent;
text-align: left;
font-size: 110%;
font-weight: normal;
color: #000000;
text-decoration: none;
border-bottom: 1px dotted #ccc;
}
.crossword-buttons .crossword-clues{border:none; background:transparent; padding:0; margin:0;}
.clue-count{width:10%; display:inline-block; vertical-align:top;}
.clue-text{width:85%; display:inline-block; vertical-align:top; margin-bottom:10px;}
.correct{color:#049650 !important;}
.incorrect{color:#ED1C24 !important;}</pre></body></html>