#tablepress-1 {
	text-align: center;
}

.row-1 .column-1 {
	background-color: #ccc;
	color: #fff;
}

.row-1 .column-2 {
	background-color: #ccc;
	color: #fff;
}

.row-1 .column-3 {
	background-color: #ccc;
	color: #fff;
}

.row-1 .column-4 {
	background-color: #ccc;
	color: #fff;
}

.dataTables_scroll {
	width: 1200px;
	margin: 0 auto;
	text-align: centre;
}

@media (max-width: 767px) {

	.dataTables_scroll {
		width: 350px;
		margin: 0 auto;
		text-align: centre;
	}

}