
@media only screen and (max-width: 1800px){

	.section.section-customer-table{
		padding: 80px 60px 80px 60px;
	}
	.customers-cell,
	.customers-cell input{
		font-size: 0.88vw !important;
	}

}


@media only screen and (max-width: 1250px){

	.customers-cell,
	.customers-cell input{
		font-size: 11px !important;
	}

}