@media all and (min-width: 641px) and (max-width: 1024px) and (max-device-width: 1024px) {

	.container,
	.tbl {
		width: 1024px;
	}

}
