.swiper-pagination {
	position: static;
}

.swiper-pagination-bullet {
	width: auto;
	height: auto;
	padding: 5px;

	background: none;
}

.swiper-pagination-bullet:after {
	display: block;

	width: 32px;
	height: 4px;

	content: '';

	background: #3a5f98;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}

.tablepress tfoot th,
.tablepress thead th {
	background: #3a5f98;
}
