#questao-arrastar{
	margin-top: 35px;
}

p.title-questao-arrastar{
	font-size: 1.30rem;
	line-height: 110%;
	text-align: center;
}

#sortable1 {
	min-height: 100px;
	margin-bottom: 20px;
	padding: 5px 0 0 0;
	float: left;
	display: table;
}

#sortable2 {
	border: 1px solid #999999;
	min-height: 200px;
	margin-bottom: 20px;
	padding: 33px;
	float: left;
	background-color: #f2f2f2;
}

#sortable1 li, #sortable2 li {
	margin: 3px 3px 3px 0;
	padding: 1px; 
	float: left; 
	width: 93px; 
	height: 50px;
	text-align: center; 
	list-style-type: none;
	background-color: #EEEEE0;
	border: 1px solid black;
	display: block;
}