#puzzle-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
    margin:0 auto;
    width:100%;
    height:auto;
    background:#900;
    box-sizing:border-box;
}
#puzzle-wrapper table tr{
    width: 100%;
    padding:0;
    margin:0;
}
#puzzle-wrapper table td {
    width:32px !important;
    height:32px !important;
    border: 1px solid #cdcdcd !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #333 !important;
    position: relative !important;
    vertical-align: top;
}
#puzzle-wrapper td input {
    width: 100%;
    height: 100%;
    position: static;
    top: 0;
    left: 0;
    display: block;
    padding: 0;
    border: none;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight:bold;
    text-transform: uppercase;
    background-color: #fff;
}
#puzzle-wrapper td input:focus {
    background-color: #ffc;
    outline:none;
}
#puzzle-wrapper td span {
    color: #444;
    font-size: 10px;
    position: absolute;
    top: -1px;
    left: 1px;
}
#puzzle-wrapper input.done {
    font-weight: bold;
    color: green;
}
#puzzle-container .active,
#puzzle-container .clues-active {
    background-color: #ffffee;
}
#puzzle-container .clue-done {
    color: #999;
    text-decoration: line-through;
}
#puzzle-wrapper {
    display:block;
    background:#f5f5f5;
}
#puzzle-clues h2 {
    margin: -1px 0 0;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    letter-spacing: 0.5px;
    cursor: pointer;
    background: #fff;
}
#puzzle-clues h2::after {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	float: right;
	font-size: 18px;
	line-height: 20px;
}
#puzzle-clues h2.open::after {
	content: "\f068";
}
#puzzle-clues {
    margin-top:0px;
    padding:0 0 0 30px;
    display:block;
    background:#fff;
    width: 100%;
    box-sizing:border-box;
}
#puzzle-clues ol {
	border:1px solid #ddd;
	border-top:0;
	margin-top: -4px;
	padding: 15px 5px;
}
#puzzle-clues li{
    font-size: 15px;
    margin: 0;
    padding: 6px;
    text-indent: 8px;
    line-height: 1.6em;
    color: #666;
    letter-spacing: 0.5px;
    cursor: pointer;
}
#puzzle-container { 
    width: 100%;
    margin: 0 0 15px;
    display: inline-block;
}
.game-actions a {
	color: #000;
}
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#puzzle-grid {
	width: 100%
}
#puzzle-wrapper {
	width: 44%;
	float: left;
}
#puzzle-clues {
	width: 56%;
	float: right;
}
.crossword-header{ 
    margin: 0 0 5px;
    display: block;
    font-size: 1.6em !important;
    width: 44%;
}
.game-time{ display: inline-block;}
.game-actions{ float: right; display: flex;}
a.tooltips {
	position: relative;
	display: inline;
    margin-left: 10px;
}
a.tooltips span {
	position: absolute;
	width: 60px;
	color: #FFFFFF;
	background: #000000;
	height: 30px;
	line-height: 28px;
	text-align: center;
	visibility: hidden;
	border-radius: 3px;
	font-size:16px;
}
a.tooltips span:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 35%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid #000000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
a:hover.tooltips span {
	visibility: visible;
	opacity: 0.8;
	bottom: 40px;
	left: 50%;
	margin-left: -23px;
	z-index: 999;
}
#down, #across {
	display: none;
}
a.tooltips.new_game span{ width: 90px;}
a.tooltips.new_game span::after{ margin-left: -18px;}


.elementor-location-header{ display: none;}
.elementor-location-footer{ display: none;}
.crossword-header{ width: 100%;}
#puzzle-wrapper{ width: 100%;}
#puzzle-clues{ width: 100%; padding-left: 0; padding-top: 20px!important;}
#puzzle-clues h2::after{ display: none;}
#puzzle-clues ol{ display: block;}
.elementor-element-ba73517{ display: none;}
.no-print{ display: none!important;}