<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body.loading {
    background: url(../images/loader.gif) center 30% no-repeat;
}

body.hide-form #save-score-form {
    display: none;
}

.html5-wordsearch canvas,
.html5-wordsearch ul,
.html5-wordsearch div {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.html5-wordsearch {
    position: relative;
    transition: opacity .5s linear;
}

.html5-wordsearch canvas {
    
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}


.html5-wordsearch canvas.grid {
    border:2px solid #404041; background: #d4d5d6;
}

.html5-wordsearch canvas.lines{top:4px; left:2px;}
.html5-wordsearch div.description {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    margin: 0 10px;
}

.html5-wordsearch .description span.word {
    background: #050;
    color: #fff;
    padding: 2px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
#soup{width:100% !important;}
.puzzle { height:420px; width: 652px !important; display:inline-block; vertical-align:top; position:relative; 
    font-weight:bold !important;}
.puzzle-clues {
	display:inline-block; font:12px arial; color:#666;
	position: relative;
	width: 260px;
	height: auto;
	left:0 !important;
	margin: 0 0 10px 0;
	background-color: #f3f1f3;
	border: 1px solid #d5d3d5;
	-moz-border-radius: 4px;
	border-radius: 4px;}

.html5-wordsearch .list{
	width: 91%;
	height:610px !important;
	padding: 10px 2%;
	display: inline-block;
	background: url(/images/menu-bar-2.png) repeat-x 0 0 white;
	margin: 8px 3% 5px 2%;
	border: 1px solid #ccc;
	overflow-y:scroll;
}

.html5-wordsearch .list li {
    position: relative;
    padding: 8px 5px 8px 30px;
    line-height: 21px;
    color: #333;
    border-bottom: 1px solid #eee;
}

.html5-wordsearch .list li a {
    outline: none;
    float:right;
    color: #676f7f;
    font-size: 11px;
    padding: 2px 8px;
    background: #f1f0f0;
    border-radius: 3px;
    text-decoration: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
        -ms-border-radius: 3px;
            border-radius: 3px;
    -webkit-text-shadow: 0 1px #fff;
       -moz-text-shadow: 0 1px #fff;
            text-shadow: 0 1px #fff;
}

.html5-wordsearch .list li.crossed a,
body.disable-hints .html5-wordsearch .list li a {
    visibility: hidden;
}

.html5-wordsearch .list li.crossed {
    background-repeat: no-repeat;
    background-position: 10px center;
}

.html5-wordsearch .list li.crossed.bad {
    background-image: url(../images/bad-icon.png);
}

.html5-wordsearch .list li.crossed.good {
    background-image: url(../images/check-icon.png);
}

#download-puzzle {
    position: absolute;
    right: 20px;
    display: none;
}
 
#download-puzzle span {
    text-decoration: underline;
    font-weight: bold;
    -webkit-text-shadow: 0 -1px 0 #aaa;
       -moz-text-shadow: 0 -1px 0 #aaa;
        -ms-text-shadow: 0 -1px 0 #aaa;
            text-shadow: 0 -1px 0 #aaa;
}
/* icons */
.crossed {
    text-decoration: line-through;
}

/****************
 * HELP MESSAGE *
 ****************/
div#modal-window.help li {
    list-style: circle;
    margin: 10px;
}

div#modal-window.help #puzzle-description.hide { display: none; }

div#modal-window.help #puzzle-description {
    background: #efefef;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
    padding: 4px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.left-button {
margin-right: 5px !important;
}</pre></body></html>