@charset 'UTF-8';
/*  Add Custom CSS here.  */
@media only screen and (max-width: 767px){
	#recommended-list .list li .text .title a br{
		display:none;
	}
}