@media (max-width: 767px)
{
	#order_titles
	{
		min-width: auto;
	}
	.norec table#totals {
    	width: auto !important;
    }
	.order-table-common thead tr th:not(:first-child),
	.order-table-common tbody tr td:not(:first-child)
	{
		display: none;
	}
	div#allsummary::after
	{
		display: none;
	}
	.order_mobile_cell_row,
	.approval-page 
	{
		display: block !important;
	}
	.approval-page
	{
		margin-top: 15px;
	}
	.approval-page,
	.page_approved span.check
	{
		margin-left: 0;
	}
	.order_mobile_subtitle
	{
		    font-weight: 600;
	}
}
.eq-ui-modal{
	display: none !important;
}
