.tablepress.my-class {
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.tablepress.my-class th,
.tablepress.my-class td {
	border: 1px solid #fff;
}

.tablepress.my-class th,
.tablepress.my-class td {
	text-align: center;
}

table.tablepress.my-class thead th {
	background-color: #3a6377; /*background color */
	color: white; /* Text Color */
}

.tablepress.my-class .even td {
	background-color: #f4f4f4;
}

table.tablepress.my-class thead :hover {
	background-color: whitesmoke;
	color: black;
	transition: .8s;
}

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