.mobile--view--table {
	display: none;
}
@media(min-width:1200px) {
	.desktop--view--table .table--responsive--task tbody td {
    width: 125px !important;
}
}

@media(max-width:1199px) {
	.mobile--view--table table.sticky-enabled div#sticky-wrapper thead.ep-sticky-sidebar-table {
    width: 100% !important;
}
	.mobile--view--table table.sticky-enabled div#sticky-wrapper td {
    width: 225px !important;
}
	.mobile--view--table .elementor-element.elementor-element-c69c051.elementor-widget.elementor-widget-wp-widget-custom_html table.sticky-enabled td {
    width: 225px !important;
}
}


@media(max-width:1199px) {
	.mobile--view--table {
	display: block !important;
}
	.desktop--view--table {
		display:none;
	}

}