@media ( max-width: 800px ) and ( min-width: 600px ) {
	.cc_act_datos{
		width: 80% !important;
	}
}

@media ( max-width: 600px ){
	.cc_act_datos{
		width: 100% !important;
	}

	.cc_act_datos md-content{
		width: 100% !important;
	}

	.cc_act_datos md-toolbar{
		min-height: initial;
	}

	.cc_act_datos md-toolbar div{
		height: 100%;
	}
}
