/*
section.store table.simpleblindgrid > tbody > tr > td
{
	padding-left: 2mm 0px 0px 0px;
}

table.simpleblindgrid td:first-child
{
	padding-left: calc(
}
*/

@media (max-width: 8cm)
{
	section.store table.simpleblindgrid,
	section.store table.simpleblindgrid > tbody,
	section.store table.simpleblindgrid > tbody > tr
	{
		display: block;
	}

	section.store table.simpleblindgrid > tbody > tr
	{
		padding: 2mm 0px 0px 0px;
	}

	section.store table.simpleblindgrid > tbody > tr > td
	{
		display: inline;
		padding: 0px;
		white-space: initial;
	}
}

@media (max-width: 17cm)
{
	section.contact table.simpleblindgrid,
	section.contact table.simpleblindgrid > tbody,
	section.contact table.simpleblindgrid > tbody > tr
	{
		display: block;
	}

	section.contact table.simpleblindgrid > tbody > tr
	{
		padding: 2mm 0px 0px 0px;
	}

	section.contact table.simpleblindgrid > tbody > tr > td
	{
		display: block;
		padding: 0px;
		white-space: initial;
		padding-bottom: 5mm;
	}
	
	section.contact table.simpleblindgrid > tbody > tr > td:last-child
	{
		padding-bottom: 0px;
	}
	
}
