.title {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 35px;
}

.dominoInSet {
	border-collapse: collapse;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 0px 0px;
}

.dominoInSet TD {
	border: solid black 1px;
	font-size: 10px;
	width: 15px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
}

.selectedDominoInSet TD {
	border: solid #cccccc 1px;
	color: #cccccc;	
}

.selectedDominoInSet TD div {
	color: #cccccc;	
}

.dominoInSetLabel {
	font-size: 15px;
}

.boardstyleCellNormal {
	width: 25px;
	height: 25px;
	text-align: center;
	border-left: dashed #cccccc 1px;
	border-right: dashed #cccccc 1px;
	border-top: dashed #cccccc 1px;
	border-bottom: dashed #cccccc 1px;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
}

.cellSelected {
	background-color: #ED5929;
}

.boardstyleCellLeftBold {
	border-left: solid black 1px;
}

.boardstyleCellRightBold {
	border-right: solid black 1px;
}

.boardstyleCellDownBold {
	border-bottom: solid black 1px;
}

.boardstyleCellTopBold {
	border-top: solid black 1px;
}

.cell {
	font-size: 17px;
	border: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
}

.borderedTable {
	border: solid #6083ae 1px;
}

.solver {
	margin-top: 20px;
	width: 100%;
}


.notVisible {
	visibility: hidden;
}

.visible {
	
}

.leftPanel {
	vertical-align: top;
	text-align: right;
	font-size: small;
}

.langs div {
	vertical-align: top;
	text-align: right;
	font-size: small;
}

.tableBorderBottom {
		border-bottom: solid black 1px; 
}

.simpleButtonA a {
	background-color: #bfbcb0;
	text-decoration: none;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	border: solid black 1px;
}

.simpleButtonA a:hover {
	background-color: #E0E0E0;
}

.groupLabel {
	font-weight: bold;
}
.novisible {
		display: none;
		visibility: hide;
}

@media screen {
	.noprint_h {
		visibility: visible;
	}
}

@media print {
	.noprint_h,.leftPanel {
		display: none;
		visibility: hide;
	}
}