body {
	font: 70.5%/1.2em Helvetica, sans-serif;
	width: 90.3%;
	margin: 10px auto;
	background-color: #14a782;
}
h1{
	color: #FFFf00;
	line-height:1em;
	font-size: 2.6em;
	font-weight: bold;
	text-shadow:5px 5px 5px #0000BC;
}
h2{
	font-size:1.8em;
}
h3{
	font-size: 1.5em;
}
.crossword-container{
	background-color: rgba(255 , 255, 255, 0.95);
	max-width:1000px;
	margin: auto;
	border: 3 px solid #eee;
	border-radius: 20px;
	padding: 10px;
	

}
.crossword-container input:focus{
	background-color: rgba(255 , 255, 255, 0.95) !important;
	border: 1px solid #aaa;
	 -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;
	 -webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	z-index: 9999999;
	

	}
#puzzle-wrapper a { text-decoration:none }
#puzzle-wrapper a:hover,#puzzle-wrapper a:active { text-decoration:underline }
table.crossword {
	background: #333;
}
table.crossword td {
	background: inherit;
	font-size:1.1em;
}

table.crossword {
	width: 100%;
	border: 1px solid #cdcdcd;
	border-spacing: 0;
	max-width: 100%;
	border-collapse: collapse;
}
table.crossword tr{
	width: 100%;
}
table.crossword td {
	padding: 0;
	margin: 0;
	border: 1px solid #497cd5;
	background-color: #50b6ed;
	vertical-align: top;
}
table.crossword td div{
	position:relative;
}

table.crossword td.light{
	background: #f4f4f4
}

table.crossword td input {
	padding: 0em;
	border: transparent;
	text-align: center;
	font-size: 1.2em;
	color: #008;
	background:transparent;
	background-color: #f4f4f4;
	text-transform: uppercase;
	font-weight:bold;
	position:absolute;
	width:100%;
	height:10px;

	*left:-2px;
	*top:-2px;
}

table.crossword td input:focus {
	background-color: #fff;
}

table.crossword td span {
	color: #114;
	font-size: 0.8em;
	position: absolute;
	top: -1px;
	left: 1px;
}

table.crossword input.done {
	font-weight: bold;
	color: green;
}

#puzzle-wrapper .active,
#puzzle-clues .clues-active {
	background-color: #dFd;
}
#puzzle-clues .clue-done {
	color: #999;
	text-decoration: line-through;
}

#puzzle-wrapper {
	float: right;
	width: 50%;
	margin-right: 2%;

}
#puzzle-clues {
	float: left;
	width: 44%;
	padding-top:1em;
}

#puzzle-clues li{
                        list-style: none;
	font-size: 1.2em;
	margin: .3em;
	line-height: 1.6em;
	cursor:pointer;
}

#puzzle-clues ul{
	padding:0;
}
#puzzle-clues li{
	list-style:none;
	padding-left:2em;
	clear:both;
}
#puzzle-clues li .position{
	position:absolute;
	margin-left:-2em;
	font-weight:bold;
}
#puzzle-clues li .position:after{
	content:".";
}

@media (max-width:700px){
	#puzzle-wrapper,
	#puzzle-clues {
		float: none;
		width: auto;
		margin-right: 0;
	}
	#puzzle-wrapper{
		margin:0 20px;
	}
	#puzzle-clues div{
		padding:0;
		float:left;
		width:40%;
		margin-left:5%;
	}
}
@media (max-width:480px){
	#puzzle-clues div{
		float:none;
		width:auto;
	}
	#puzzle-wrapper{
		margin:0 10px;
	}
}

#puzzle-clues .words{
	font-size:.9em;
	color:#888;
	float:right;
	margin-left:.5em;
}

.btn.reveal {
	cursor: pointer;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	color: #FF0;
	background: green;
	padding:1px 5px;
	border-radius: 3px;
}

.btn.reset {
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #FF0;
	float: right;
	background: red;
	padding:1px 5px;
	border-radius: 3px;
}

.message {
	font-size: 2.25em;
	color:#060;
}
.overlay{
	margin-top:-200px;
	margin-left: -20px;
	background: #fff;
	text-align: center;
	z-index:1000;
}