@media only screen and (min-width: 0px) and (max-width: 1020px) {
	table.box-areas.four-row{
		width: calc(50% - 40px);
	}
}

@media only screen and (min-width: 0px) and (max-width: 742px) {
	table.box-areas.three-row{
		width: calc(50% - 40px);
	}
}

@media only screen and (min-width: 0px) and (max-width: 525px) {
	table.box-areas.four-row,
	table.box-areas.three-row,
	table.box-areas.two-row{
		width: calc(100% - 40px);
	}
}