#evaluacion figure{
	width: auto;
    padding: 5px;
    margin:5px;
    display: inline-block;
}

#evaluacion figure img {
	width: auto;
    padding: 5px;
    border: 1px solid #eee;
    height: 120px;
}

#evaluacion h4{
	font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.4;
}

#evaluacion .respuestas li {
    margin-bottom: 10px;
    line-height: 1.4;
}
#evaluacion .form-group {
    border-bottom: 1px solid #009fe3;
}