.solea_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.solea-overlay-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 20px;
	border-radius: 5px;
}

.solea_participant_group td {
	font-size: 9pt !important;
}



.solea-events .nav-tab {
	font-size: 10pt !important;
}

@media screen and (min-width: 700px) {
	.solea_participant_group thead th:nth-child(1) {
		width: 140px !important;
	}

	.solea_participant_group thead th:nth-child(2) {
		width: 80px !important;
	}

	.solea_participant_group thead th:nth-child(3) {
		width: 50px !important;
	}

	.solea_participant_group thead th:nth-child(4) {
		width: 75px;
	}
}

@media screen and (max-width: 700px) {
	.solea_participant_group thead th:nth-child(2),
	.solea_participant_group thead th:nth-child(3),
	.solea_participant_group thead th:nth-child(4),
	.solea_participant_group thead th:nth-child(5),
	.solea_participant_group thead th:nth-child(7),
	.solea_participant_group td:nth-child(2),
	.solea_participant_group td:nth-child(3),
	.solea_participant_group td:nth-child(4),
	.solea_participant_group td:nth-child(5),
	.solea_participant_group td:nth-child(7) {
		display: none !important;
	}
}