.tablepress.my-class {
	border-collapse: collapse;
	border-style: hidden;
}

.tablepress.my-class th {
	background-color: transparent;
	font-weight: bold;
	border-bottom: 3px solid #F0780A !important;
}

.tablepress.my-class th,
.tablepress.my-class td {
	text-align: center;
	border: 1px solid;
	color: #005AAA;
}

.dt-container .tablepress {
	width: 100% !important;
}

.tablepress th,
.tablepress td {
	text-transform: none;
}

@media all and (max-width: 1084px) {
	.tablepress {
		max-width: 100%;
		overflow-x: scroll;
		display: block;
	}
}