@media only screen  and (min-width: 0px) and (max-width:767px) 
{
	.tab {
		 
		margin-top: 20px;
	}
	
	.lblDescripcion {		
		width: 90%;		
		font-size: 16px;
	}
}