@media all and (min-width: 641px) and (max-width: 1200px) and (max-device-width: 1200px) {

	.container,
	.tbl {
		width: 1200px;
	}

}
