@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,700,900');*/
body {
	font-family: "Times New Roman";
	font-size: 15px;
	color: #505052;
	overflow-x: hidden;
	background: #505052;
}
p {
	line-height: 160%;
	margin-bottom: 25px;
}
a, a:focus, a:active, * {
	text-decoration: none;
	outline: none;
}
button, a {
	color: #505052;
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.container {
	position: relative;
	max-width: 1000px;
	padding: 0px;
	margin: 0 auto;
}
.content-container {
	padding: 0px 80px;
}
.content-container .content {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	font-size:18px;
}
.content-container .content1 {
	padding: 0 0 0 0;
}
.content-container .content2 {
	padding: 0 0px 0 0;
}
.container.puzzle-container {
	background: #f5f5f5;
	padding: 30px;
	margin: 50px auto 0 auto;
}

.content1 span{
	font-size:98%;

	font-weight:600;}


.share.clearfix {
  background: #505052 none repeat scroll 0 0;
  color: #fff;
  margin-bottom: 20px;
  padding: 8px 0px;
	text-align: center;
}

.share.clearfix a{color: #fff; display: inline-block; margin-left: 10px;}

.footer-container{background: #F5F5F5; padding: 0px 30px; margin-bottom: 50px; text-transform: uppercase;} 
.footer-container a{font-weight: bold;}
.footer-content{border-top: 1px solid #505052; padding:15px 0;}
.puzzle-header {
	border-bottom: 1px solid #505052;
	margin-bottom: 30px;
}
.puzzle-header h1 {
	font-size: 54px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px 0;
	line-height: 100%;
}


.puzzle-header h1 span{
	font-size:40px;
	display:block;}

/*Crossword*/

#puzzle-clues h2 {
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 15px;
	text-transform: uppercase;
}
#puzzle-clues ul {
	margin: 0px 0 30px 0;
}
#puzzle-clues li {
	margin: 0 0 5px;
	padding: 3px;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
}
#puzzle-clues li b {
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
}
#puzzle-clues li:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
}
#puzzle-clues li span {
	left: 0;
	position: absolute;
	text-align: right;
	top: 3px;
	width: 20px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	width: 100%;
}
#puzzle {
	border: 4px solid #505052;
}
table tr {
	width: 100%;
}
table td {
	border: 1px solid #505052;
	padding: 0;
	margin: 0;
	background-color: #505052;
	position: relative;
	height: 30px;
}
td input {
	width: 100%;
	height: 100%;
	padding: 0em;
	border: none;
	text-align: center;
	font-size: 13px;
	color: #505052;
	background-color: #f5f5f5;
}
td input:focus {
	background-color: #efef00;
}
td span {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	left: 3px;
	position: absolute;
	top: 0;
}
input.done {
	font-weight: normal;
	color: green;
	background: #90EE90;
}
.active, .clues-active {
	background-color: #FFFF00;
}
.clue-done {
	background: #e2e2e2 none repeat scroll 0 0;
	color: #999;
	cursor: wait !important;
	text-decoration: line-through;
}
#puzzle-wrapper {
	float: left;
	width: 50%;
}
#puzzle-clues {
	float: left;
	width: 50%;
	padding-left: 30px;
}
/*tooltip*/


.mob-tooltip {
	font-size: 15px;
	margin-bottom: 0px;
	display: none;
	min-height: 36px;
	line-height: 15px;
	padding: 5px 0px;
}

.mob-tooltip p{margin:0; background:#FFFF00; font-weight: bold; line-height: 20px;}

.mob-tooltip span{
	background:#FFFF00;
	display: block;
	
}
.tooltip {
	background: #FFFF00 none repeat scroll 0 0;
	border-radius: 2px;
	/*  bottom: 40px;*/
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	color: #000;
	display: none;
	height: auto;
	/*  left: -83px;*/
	left: 40px;
	top: 43px;
	line-height: 140% !important;
	padding: 4px 8px;
	position: absolute;
	width: 200px;
	z-index: 99;
}
.tooltip::before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #4ba50a;
	bottom: -9px;
	content: "";
	height: 0;
	left: 93px;
	position: absolute;
	width: 0;
	display: none;
}
.show-tooltip .tooltip {
	display: block;
}
/*Hints Line*/

#puzzle-clues li p {
	display: none;
}
.show-hints {
	font-size: 17px;
	margin: 10px 0 0;
	background: #FFFF00;
}
.solve-text {
	font-size: 15px;
	margin: 15px 0 0;
	text-transform: uppercase;
}
.solve-text span {
	cursor: pointer;
	font-weight: bold;
}
.try-again {
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	margin: 5px 0 0;
	display: none;
}

input {
    -webkit-appearance: none;
	 border-radius: 0;
	font-size: 16px !important;
}

#puzzle-clues ul li.clues-active p{margin:0; font-weight: bold; display: block;}
.show-hints{display:none !important;}


