#tablepress-1 thead tr th {
	background-color: #fff;
	font-size: 20px;
}

#tablepress-1 tbody tr .column-1 {
	background-color: #F9F9F9;
}

#tablepress-1 tbody tr .column-2 {
	background-color: #FFF;
}

#tablepress-1 tbody tr .column-4 {
	background-color: #FFF;
}

#tablepress-1 tbody tr .column-6 {
	background-color: #FFF;
}

#tablepress-1 tbody tr .column-3 {
	background-color: #F9F9F9;
}

#tablepress-1 tbody tr .column-5 {
	background-color: #F9F9F9;
}

#tablepress-1 tbody .row-7 .column-2 {
	background-color: #0189BF;
}

#tablepress-1 tbody .row-7 .column-3 {
	background-color: #0189BF;
}

#tablepress-1 tbody .row-7 .column-4 {
	background-color: #0189BF;
	text-align: center;
	font-weight: bold;
}

#tablepress-1 tbody .row-7 .column-5 {
	background-color: #0189BF;
}

#tablepress-1 tbody .row-7 .column-6 {
	background-color: #0189BF;
}

#tablepress-1 thead tr .row-1 th .column-2 {
	width: 249.578px;
}

#tablepress-1 thead tr .column-2 {
	width: 249.578px;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

	.hscroll {
		overflow-x: auto; /* Horizontal */
	}

}