.rules {
	width: 540px;
}

.cell {
}

.cellDim {
	color: #dddddd;
}

.infoImg {
	width: 20px;
	height: 20px;
}

.boardstyle {
	border: none;
}

.boardstyleCellNormal, .boardstyleCellSetByUser, .boardstyleCellBorders {
	width: 25px;
	height: 28px;
	text-align: center;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border: 3px none black;
}
.boardstyleCellSetByUser .cell {
	color: black;
	font-weight:bold;
}

.boardstyleCellBorders, .boardstyleCellSetByUser {
	border: 3px double #8a2be2;
}

.boardstyle td {
	padding: 0px;
}

.groupLabel {
	font-weight: bold;
}

.gwt-MenuBar {
	background-color: #5b8dff;
}

.gwt-MenuItem, .gwt-MenuItem-selected {
	font-size: 18px;
	padding: 0px 3px 0px 3px;
}

.gwt-MenuItem-selected {
	background-color:#7badff;
}

.novisible {
		display: none;
		visibility: hide;
}

.blueLabel {
	color: #3C3DF0;
}

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

.tableNoSpace {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}
	
.rightPanel {
	padding-left: 50px;
}
