.futoshiki-table {
	max-width:800px;
	empty-cells: show;
	margin-bottom: 20px;
	/*border-style: solid;
  border-width: thin;
  border-color: rgb(151, 205, 82);*/
}

.futoshiki {
	font-family: inherit;
        text-align: center;
        font-size: 35px;
	color:#000;
}
td {
	empty-cells: show;
	width: 50px;
	height: 50px;
	border-color: #e1d9ce;
	color : #FFF;
}

input  {
	font-family: inherit;
	text-align: center;
	font-size: 35px;
	border-width: 2px;
	border-style: solid;
	border-color: #e1d9ce;
	background-color: #636363;
	width: 50px;
	height: 50px;
}

.wrapper {
	border-width: 2px;
	border-style: solid;
	border-color: #e1d9ce;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: rgb(84, 84, 84);
}

.arrowA {
	width: 25px;
	height: 25px;
	border-right: 0.15em solid black;
	border-top: 0.15em solid black;
	transform: rotate(45deg);
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	outline: 0;
}

.arrowA.rotate {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.arrowB {
	width: 25px;
	height: 25px;
	border-right: 0.15em solid black;
	border-top: 0.15em solid black;
	/*transform: rotate(-45deg);*/
	transform: rotate(135deg);
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	outline: 0;
}

.arrowB.rotate {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.myButton {
	-moz-box-shadow: -1px 2px 0px 0px #3e7327;
	-webkit-box-shadow: -1px 2px 0px 0px #3e7327;
	box-shadow: -1px 2px 0px 0px #3e7327;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7feb49), color-stop(1, #72b352));
	background: -moz-linear-gradient(top, #7feb49 5%, #72b352 100%);
	background: -webkit-linear-gradient(top, #7feb49 5%, #72b352 100%);
	background: -o-linear-gradient(top, #7feb49 5%, #72b352 100%);
	background: -ms-linear-gradient(top, #7feb49 5%, #72b352 100%);
	background: linear-gradient(to bottom, #7feb49 5%, #72b352 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7feb49', endColorstr='#72b352', GradientType=0);
	background-color: #7feb49;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 15px;
	margin-top: 10px;
	text-decoration: none;
	border-width: 0px;
}

.myButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #7feb49));
	background: -moz-linear-gradient(top, #72b352 5%, #7feb49 100%);
	background: -webkit-linear-gradient(top, #72b352 5%, #7feb49 100%);
	background: -o-linear-gradient(top, #72b352 5%, #7feb49 100%);
	background: -ms-linear-gradient(top, #72b352 5%, #7feb49 100%);
	background: linear-gradient(to bottom, #72b352 5%, #7feb49 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#7feb49', GradientType=0);
	background-color: #72b352;
}

.myButton:active {
	position: relative;
	top: 1px;
}

.myButton2 {
	background-color: #b8e356;
	display: inline-block;
	cursor: pointer;
	color: #4e5254;
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
	border-width: 0px;
	margin-top: 10px;
}

.myButton2:hover {
	background-color: #7ee002;
}

.myButton2:active {
	position: relative;
	top: 1px;
}

.myButton2:focus {
	outline: 0;
	-webkit-box-shadow: 0px;
}

.myButton3 {
	/*background-color:#ffc477;*/
	background-color: #ffc477;
	display: inline-block;
	cursor: pointer;
	color: #4e5254;
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
	border-width: 0px;
	margin-top: 10px;
}

.myButton3:hover {
	background-color: #fb9e25;
}

.myButton3:active {
	position: relative;
	top: 1px;
}

.myButton3:focus {
	outline: 0;
	-webkit-box-shadow: 0px;
}

.myButton4 {
	/*background-color:#ffc477;*/
	background-color: #77beff;
	display: inline-block;
	cursor: pointer;
	color: #4e5254;
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
	border-width: 0px;
	margin-top: 10px;
}

.myButton4:hover {
	background-color: #17a6ed;
}

.myButton4:active {
	position: relative;
	top: 1px;
}

.myButton4:focus {
	outline: 0;
	-webkit-box-shadow: 0px;
}

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 20%;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0);
	/* Black w/ opacity */
	/*color: rgb(62, 56, 42);*/
	color: rgb(224, 224, 224);
}


/* Modal Content */

.modal-content {
	position: relative;
	/*background-color: #fefefe;*/
	background-color: rgba(0, 0, 0, 0.8);
	margin: auto;
	padding: 0;
	border: none;
	width: 50%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.3s;
}


/* Add Animation */

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0)
	}
	to {
		-webkit-transform: scale(1)
	}
}

@keyframes zoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}


/* The Close Button */

.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	background-color: rgba(91, 180, 239, 0.76);
}

.modal-body {
	padding: 2px 16px;
	background-color: rgba(91, 180, 239, 0.86);
}

.modal-header-error {
	padding: 2px 16px;
	background-color: rgba(255, 93, 93, 0.7);
}

.modal-body-error {
	padding: 2px 16px;
	background-color: rgba(185, 84, 84, 0.86);
}
