@import url('bootstrap.min.css');
@import url('bootstrap-theme.min.css');

body, html {
	color: #545454;
}

#puzzle {
	box-shadow: 0 0 50px -10px #444;
	border-collapse: collapse;
	margin: 0 auto;
}

td {
	border: solid 1px;
	width: 40px;
	height: 40px;
	padding: 0px;
	font-size: 24px;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
}

td input {
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	font-size: 24px;
	color: #555;
	text-align: center;
	background: inherit;
}

.c1, .c4, .c7 {
	border-left-width: 3px;
}

.c9 {
	border-right-width:3px;
}

.r1, .r4, .r7 {
	border-top-width: 3px;
}

.r9 {
	border-bottom-width: 3px;
}

.preloaded {
	background: gainsboro;
	font-weight: 700;
}

.highlighted {
	background: yellow!important;
}

.conflict {
	background: red!important;
}

.jumbotron {
	margin: 20px 0 0 0;
}

#userInfo {
	color: #333;
	text-align: right;
}

.jumbotron button {
	display: block;
	margin: 10px auto;
}

.jumbotron h1 {
	text-align: center;
}

.toggelable {
	display: none;
}