
.container-fluid {
	width: 100%;
	padding: 2px;
}
.killer_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_share {*/
/*  display: none;*/
/*}*/
.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: 0px;
	z-index: 90;
	top: 0px;
	left: 0px;
	/*border: 1px solid black;*/
}
.sudoku_box2 {
	position: absolute;
	display: inline-block;
	width: 354px;
	height: 354px;
	margin: 0 auto;
	padding: 0px 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: 0px;
	z-index: 10;
}
.sudoku_cell {
	display: inline-block;
	float: left;
	width: 39px;
	height: 39px;
	margin: 0px;
	/*background-color: #FFF;*/
	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;
}
/*top left cell*/
.cel_sum_1 {
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 8px;
	margin: 0px;
	font-size: 10px;
	/*color: black;*/
	/*border-style: dotted;*/
	/*border-color: black;*/
	/*border-width: 1px;*/
	z-index: 50;
	/*background-color: red;*/
}
/*top right cell*/
.cel_sum_2 {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 8px;
	margin: 0px;
	color: #000;
	/*border-style: dotted;*/
	/*border-color: black;*/
	/*border-width: 1px;*/
	z-index: 50;
	/*background-color: blue;*/
}
/*bot left cell*/
.cel_sum_3 {
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 31px;
	margin: 0px;
	color: #000;
	/*border-style: dotted;*/
	/*border-color: black;*/
	/*border-width: 1px;*/
	z-index: 50;
	/*background-color: green;*/
}
/*bot right cell*/
.cel_sum_4 {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 31px;
	margin: 0px;
	font-size: 10px;
	color: #000;
	/*border-style: dotted;*/
	/*border-color: black;*/
	/*border-width: 1px;*/
	z-index: 50;
	/*background-color: grey;*/
}
.cel_sum_5 {
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 14px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: black;
	z-index: 60;
}
.cel_sum_6 {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 20px;
	margin: 0 0 0 2px;
	font-size: 9px;
	letter-spacing: -.9px;
	line-height: 99%;
	color: green;
	z-index: 60;
}
.sudoku_input {
	display: none;
	width: 355px;
	height: 106px;
	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;
	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;
	width: 355px;
	margin-top: 18px;
}
/*.sudoku_num {
	display: inline-block;
	float: right;
}*/
.sudoku_timer{
	float: right;
	margin-top: -20px;
	margin-right: 10px;
}
.sudoku_bot{
	display: flex;
  flex-direction: row;
  justify-content: space-between;
	width: 355px;
}
.sudoku_btn{
  /*flex: 1;*/
  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 {
	/*display: flex;*/
	/*float: left;	*/
	/*margin-left: 4px;*/
  padding: 8px 4px;
  width: 60px;
  /*overflow: hidden;*/
}
.sudoku_restart {
  /*display: flex;*/
	/*float: left;	*/
	/*margin-left: 4px;*/
  padding: 8px 4px;
  /*width: 70px;*/
  /*overflow: hidden;*/
}
.sudoku_undo {
  display: flex;
  float: left;
  /*margin-left: 4px;*/
}
.sudoku_pause {
	display: inline-block;
	float: left;
	/*margin-left: 4px;*/
}
.sudoku_play {
	display: none;
	/*color: red;*/
	float: left;
	/*margin-left: 4px;*/
}
.btn_play{
	float: left;
	/*margin-left: 4px;*/
	padding: 0;
}
.btn_play img{
	width: 20px;
}
.sudoku_print{
	float: left;
	/*margin-left: 4px;*/
	padding: 0;
}
.sudoku_print img{
	width: 20px;
}

.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: -145px;
	width: 290px;
	height: 300px;
	padding: 4px;
	background-color: #fff;
	/*margin: 0, auto;*/
	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;
	margin: 0 auto;
	background-color: #bbb;
	border: 2px solid #777;
	border-radius: 7px;
	z-index: 350;
}
.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;
	}
}

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

.sudoku_img_ad img {
	width: 100%;
}

/*orientation : landscape|portrait;*/

