/*Matching type question client interface START*/
.match_row div{
	margin:10px;
	width:25%;
	float:left;
	padding:1px;
	border:1px solid;
	height:5em;
}
.clear_both{
	clear:both;
}
.match_row{

}
.match_left,.match_right div.draggable_elem,.match_drop div{
	line-height:1.2em;
	overflow-y:auto;
}
div.match-text-div{
	display:none;
}
div.draggable_elem{
	float:none;
	width:100%;
	height:100%;
	margin:0;
}
div.draggable_elem:hover{
	cursor:pointer;
}
div.match_drop{
	border: 2px solid green;
}
/*Matching type question client interface END*/