.tablepress.my-class th.column-1 {
	background-color: #1B365D;
	color: white;
}

.tablepress.my-class th.column-2 {
	background-color: #1B365D;
	color: white;
}

.tablepress.my-class th.column-3 {
	background-color: #1B365D;
	color: white;
}

.tablepress.my-class th.column-4 {
	background-color: #1B365D;
	color: white;
}

.tablepress.my-class th.column-5 {
	background-color: #1B365D;
	color: white;
}

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

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

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

.tablepress.my-class th {
	position: sticky;
	top: 0;
}

.tablepress.sho-class th.column-1 {
	background-color: #1B365D;
	color: white;
}

.tablepress.sho-class th.column-2 {
	background-color: #1B365D;
	color: white;
}

.tablepress.sho-class th.column-3 {
	background-color: #1B365D;
	color: white;
}

.tablepress.sho-class th.column-4 {
	background-color: #1B365D;
	color: white;
}

.tablepress.sho-class th.column-5 {
	background-color: #1B365D;
	color: white;
}

.tablepress.sho-class td.column-3,
.tablepress.sho-class th.column-3 {
	text-align: center;
}

.tablepress.sho-class td.column-4,
.tablepress.sho-class th.column-4 {
	text-align: center;
}

.tablepress.sho-class td.column-5,
.tablepress.sho-class th.column-5 {
	text-align: right;
}

.tablepress.sho-class th {
	position: sticky;
	top: 0;
}