.grid {
	margin-bottom: 25px;
}

.gridHeader{
	font-size: 2em;
	margin-bottom: 10px;
}

.gridHeader:hover{
	background: #eeeeee;
	cursor: pointer;
}

.grid.imgGrid {
	background: #ffffff;
	border: #ffffff 3px solid;
	padding: 0px;
}

.grid.imgGrid.sorted {
	background: #eeffee;
	border: #00ff00 3px solid;
}


.gridRow {
	display: block;
}

.gridRow.imageRow {
	font-size: 1px !important;
	line-height: 1px !important;
}


.gridCell {
	/* background: #9E9E9E; */
	border: black 1px solid;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-top: 0;
	cursor: pointer;
	display: inline-block;
	/* float: left; */
	font-size: 2em;
	text-align: center;
}

.gridCell.sentenceCell {
	width: auto !important;
	height: auto !important;
	padding: 10px 20px !important;
}

.gridCell.imageContainer {
	width: 100px;
	height: auto;
}

.gridCell.imageContainer img {
	margin: 0px !important;
	padding: 0px !important;
	width: 100%;
	height: 100%;
}

.inputCell {
	text-align: center;
	font-size: inherit !important;
	border: none !important;
}

.inputCell.error {
	background-color: rgb(255, 42, 70);
}

.inputCell.correct, .gridCell.correct  {
	background-color: rgb(70, 255, 70);
}

.gridCell.selected {
	background-color: rgb(230, 230, 255);
}

.gridCell.swapped {
	background-color: rgb(230, 255, 230);
}



.gridCell.readOnly {
	background-color: rgb(250, 250, 250);
}


.imageCell.selected {
	border: #333333 1px solid !important;
}

.imageCell.selected {
	border: #00ff00 1px solid !important;
}

.imageCell.swapped {
	border: #ffff00 1px solid !important;
}


.divImgContainer, .contextImg{
	max-width: 100%;
	margin: 0 auto;
	
}


.circleBase {
   border-radius: 50%;
   behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

.divCircle {
	float: left;
    width: 18px;
    height: 18px;
    background: inherit;
    border: 1px solid #cccccc;
}

.divCircle.selected{
	background-color: rgb(70, 255, 70);
}

.gridCell.circlesContainer{
	width: 100px;
	height: 40px;
	margin-bottom: 20px;
}


