.exerciseBlock{
	/*width:100%;*/

}
.exerciseTable{
	/*width:100%;*/
	vertical-align:middle;
}
.exerciseTable td{
	/*width:100%;*/
	vertical-align:middle;
	padding:5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	/*border-style:solid;
	border-width:1px;*/
}
.exeTable td{
	min-width:100px;
	border: 1px solid black;
	text-wrap:normal;
	word-wrap: normal;
}

.exeTable input{
	max-width:150px;
	width:90%;
	
}

.exeTableWrongImg{
	background-image:url('unchecked.png');
	background-repeat:no-repeat;
	background-position:right;
	background-size: 22px;
}

.exeTableCorrectImg{
	background-image:url('checked.png');
	background-repeat:no-repeat;
	background-position:right;
	background-size: 22px;
}

.noInput{
	background-color: #CCC;
}

.answer{

}

.content{

}

.exerciseContent{
}

.exerciseDescription{
	/*text-align:center;*/
}



.blankWrongAnswer{
	border:1px solid #ff0000;
}

.checkImg{
	width: 22px;
	height: 22px;
}

.checkImg img{
	width: 22px;
	height: 22px;
}

.ansImg{
	width: 22px;
	height: 22px;
}

.ansImg img{
	width: 22px;
	height: 22px;
}