
.container-fluid {
	width: 100%;
	padding: 2px;
}
.sudoku_content .google-auto-placed {
	display: none;
}
.sudoku_window {
	width: 355px;
	margin: 0 auto;
}
.link_text {
	color: #07f;
}
.link_text:hover {
  color: #39f;
 	text-decoration: underline;
	cursor: pointer;
}
.sudoku_rules{
	display: none;
	position: relative;
	width: 352px;
	height: 349px;
	margin-bottom: 10px;
	border: 3px solid #777;
	border-radius: 10px;
	padding: 4px;
}
.sudoku_share{
	display: none;
	width: 352px;
	height: 349px;
	/*margin: 0, auto;*/
	margin-bottom: 10px;
	border: 3px solid #777;
	border-radius: 10px;
	padding: 4px;
}
.happy_end{
	display: none;
	width: 352px;
	height: 349px;
	margin-bottom: 10px;
	z-index: 888;
	font-size: 22px;
	font-weight: bold;
	color: #0f0;
	background-color: yellow;
	border: 3px solid #0f0;
	border-radius: 7px;
}
.sudoku_box {
	position: absolute;
	display: inline-block;
	width: 354px;
	height: 354px;
	margin: 0 auto;
	padding: 0;
	z-index: 90;
	top: 0;
	left: 0;
}
.sudoku_box2 {
	position: absolute;
	display: inline-block;
	width: 354px;
	height: 354px;
	margin: 0 auto;
	padding: 0 0 0 0;
	z-index: 40;
	top: -4px;
	left: -3px;
}
.sudoku_box3 {
	position: relative;
	display: inline-block;
	width: 354px;
	height: 354px;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
	background-color: #fff;
}
.sudoku_cell {
	display: inline-block;
	float: left;
	width: 39px;
	height: 39px;
	margin: 0;
	/*background-color: #FFF;*/
	background-color: transparent;
	font-size: 29px;
	font-weight: bold;
	color: #000;
	border-left: 1px;
	border-top: 1px;
	border-style: solid;
	border-color: #000;
	z-index: 100;
}
.sudoku_cell:hover {
	cursor: pointer;
}
.cel_sum_6 {
	/*display: inline-block*/;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 30px;
	/*height: 20px;*/
	height: 30px;
	margin: 0 0 0 2px;
	/*font-size: 9px;*/
	font-size: 11px;
	/*letter-spacing: -.9px;*/
	letter-spacing: -.1px;
	line-height: 95%;
	color: green;
	z-index: 60;
}
.sudoku_input {
	display: none;
	width: 355px;
	height: 42px;
	margin: 0 auto;
	z-index: 70;
}
.sudoku_input1 {
	display: inline-block;
	width: 355px;
	height: 42px;
	z-index: 70;
}
.sudoku_input2 {
	display: inline-block;
	width: 355px;
	height: 42px;
	margin: 0 auto;
	z-index: 70;
}
.sudoku_input_cell {
	display: inline-block;
	float: left;
	width: 35px;
	height: 42px;
	/*margin: 0px 0px 30px 0px;*/
	background-color: #FFF;
	font-size: 27px;
	font-weight: bold;
	color: #666;
	border-style: solid;
	border-color: #000;
	z-index: 200;
}
.sudoku_input_cell:hover{
	cursor: pointer;
}
.sudoku_input_cell2 {
	display: inline-block;
	float: left;
	width: 32px;
	height: 32px;
	background-color: #FFF;
	font-size: 22px;
	font-weight: bold;
	color: #252;
	border-style: solid;
	border-color: #252;
	z-index: 200;
}
.sudoku_input_cell2:hover {
	cursor: pointer;
}
.sudoku_input_cell2_0{
	display: inline-block;
	float: left;
	width: 37px;
	height: 32px;
	background-color: #FFF;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: -0.9px;
	padding: 1px 3px 0;
	color: #1c1;
	border-style: solid;
	border-color: #252;
	z-index: 200;
}
.sudoku_input_cell2_0:hover {
	cursor: pointer;
}
.text_left_green{
	text-align: left;
	color: green;
}
.sudoku_info {
	display: inline-block;
	/*display: none;*/
	width: 355px;
	margin-top: 18px;
}

.sudoku_timer {
	display: none;
	float: right;
	margin-top: -20px;
	margin-right: 10px;
}
.sudoku_bot {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 355px;
}
.sudoku_center {
	display: flex;
	justify-content: center;
}

.sudoku_btn {
	height: 38px;
	line-height: normal;
	box-sizing: border-box;
	padding: 4px 2px;
	border: 2px solid #ccc;
	border-radius: 0;
	overflow: hidden;
	background: #eee;
	min-width: 40px;
	margin: 0;
}
html input[type="button"].sudoku_btn{
	-webkit-appearance: none;
}
.sudoku_lavel_wrapper{
	display: flex;
	flex-direction: column;
}
.sudoku_level_text{
	position: absolute;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-top: -20px;
}
.sudoku_level  {
	display: flex;
	float: left;
}
.sudoku_level select{
	width: 44px;
	height: 38px;
	background: none;
	font-size: 22px;
	font-weight: bold;
	border: 2px solid #ccc;
	border-radius: 0;
}
.sudoku_level select:hover{
	cursor: pointer;
}
.sudoku_new {
	padding: 8px 4px;
	width: 60px;
}
.sudoku_restart {
	padding: 8px 4px;
}
.sudoku_undo {
	display: flex;
	float: left;
}
.sudoku_pause {
	display: inline-block;
	float: left;
}
.sudoku_play {
	display: none;
	/*color: #10cc10;*/
	float: left;
}
.sudoku_play input:hover {
  color: #00ff00;
}
.btn_play{
	float: left;
	padding: 0;
}
.btn_play img{
	width: 20px;
}
.sudoku_print{
	float: left;
	/*margin-left: 5px;*/
	padding: 0;
}
.sudoku_print img{
	width: 28px;
}
.sudoku_cell_clicked {
	background-color: #EEE;
}
.only_print{
	display: none;
}
.sudoku_print_setting{
	display: none;
	position: fixed;
	top: 40%;
	left: 50%;
	margin-top: -150px;
	margin-left: -125px;
	width: 250px;
	height: 300px;
	padding: 4px;
	background-color: #fff;
	margin-bottom: 10px;
	border: 3px solid #777;
	border-radius: 10px;
	z-index: 300;
}
.print_btn_area{
	display: inline-block;
	width: 234px;
	height: 110px;
	padding: 3px 9px;
	background-color: #bbb;
	border: 2px solid #777;
	border-radius: 7px;
	z-index: 350;
	margin: 0 auto;
}
.print_btn_subarea{
	display: inline-block;
	float: left;
	width: 70px;
	height: 98px;
}
.print_img_btn .btn{
	display: inline-block;
	margin: 3px;
}
.print_portrait_btn img{
	width: 22px;
	height: 30px;
}
.print_landscape_btn img{
	width: 40px;
	height: 28px;
}
.sudoku_print_btn{
	margin: 5px;
}
.copy_btn{
	display: inline-block;
	margin: 8px auto;
	font-size: 12px;
	color: #39f;
	background: transparent;
	cursor: pointer;
}
.share_btn{
	display: inline-block;
	margin: 16px auto;
	font-size: 12px;
	color: #39f;
	background: transparent;
	cursor: pointer;
}
.share_btn:hover{
	color: #39f;
}
.close_share_btn{
	display: none;
	margin: 16px auto;
	font-size: 12px;
	color: #39f;
	background: transparent;
	cursor: pointer;
}
.close_share_btn:hover{
	color: #39f;
}
#sudoku_share_link{
	font-size: 11px;
	color: #39f;
	word-break: break-all;
	text-align: left;
}

@media print
{
	@page{
		margin: 0;
		/*size: landscape;*/
	}
	.no_print, #sudoku_level_text, #pause_sudoku{
		display: none;
	}
	.only_print{
		display: inline-block;
	}
	.sudoku_level{
		margin-top: -30px;
	}
	/*orientation : landscape|portrait;*/
}

.sudoku_img_ad {
	display: inline-block;
	width: 354px;
	margin: 40px auto 0;
	padding: 0;
	overflow: hidden;
}

.sudoku_img_ad img {
	width: 100%;
}
