.home__stripe table.home-table {
	padding: 0 10px 10px;
}

.home__stripe table.home-table td {
	vertical-align: top;
	padding: 0 5px;
	width: 50%;
}

.home__stripe h4 {
	margin-top: 9px;
}

.ve-flex-wrap {
	display: flex !important;
	flex-wrap: wrap !important;
}

#don-wrapper {
	position: relative;
	margin-bottom: 7px;
	padding: 5px 15px;
}

.home__btn-page {
	border-width: 2px !important;
	width: 134px;
	height: 110px;
	text-align: center;
	flex-shrink: 0;
	padding: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 0;
	color: #444 !important;
	background-color: var(--color-navbar);
}

@media only screen and (max-width: 1200px) {
	.home__btn-page {
		width: 113px;
	}
}

.home__btn-page:hover,
.home__btn-page:active,
.home__btn-page:focus {
	color: #444 !important;
	background-color: var(--color-bkg);
}

.home__icn-page {
	font-size: 50px;
	height: 50px;
	width: 65px;
	overflow: hidden;
	text-align: center;
}

.home__lbl-page {
	height: 34px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	font-size: 17px;
	color: #bbb;
}

.home__h-player {
	text-decoration: underline;
	text-decoration-color: dodgerblue;
}

.home__h-rule {
	text-decoration: underline;
	text-decoration-color: #33a5a5;
}

.home__h-dm {
	text-decoration: underline;
	text-decoration-color: darkviolet;
}

.home__h-camp {
	text-decoration: underline;
	text-decoration-color: #D27D2D;
}

.home__btn-player,
.home__btn-player:hover,
.home__btn-player:active,
.home__btn-player:focus {
	border-color: dodgerblue;
	color: dodgerblue !important;
}

.home__btn-rule,
.home__btn-rule:hover,
.home__btn-rule:active,
.home__btn-rule:focus{
	border-color: #33a5a5;
	color: #33a5a5 !important;
}

.home__btn-dm,
.home__btn-dm:hover,
.home__btn-dm:active,
.home__btn-dm:focus{
	border-color: darkviolet;
	color: darkviolet !important;
}

.home__btn-camp,
.home__btn-camp:hover,
.home__btn-camp:active,
.home__btn-camp:focus{
	border-color: #D27D2D;
	color: #D27D2D !important;
}

.home__stripe {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 55px;
}

.home__stripe-header {
	font-size: 32px;
	font-weight: bold;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}

.home__split {
	display: flex;
	justify-content: space-between;
}

.home__split-spaced {
	margin-right: 80px;
}

.home__split-spaced--gutter {
	margin-right: 0.3rem;
}

.home__wrp-buttons {
	justify-content: center;
}

.home__mobile-visible {
	display: none;
}

.home__narrow-visible {
	display: none;
}

@media (max-width: 991px) {
	.home__split {
		flex-direction: column;
	}

	.home__split > * {
		margin-bottom: 45px;
	}

	.home__split-spaced {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.home__split-spaced--no-header {
		margin-bottom: 0;
	}

	.home__stripe-header {
		right: 0;
		left: 0;
		top: -40px;
	}

	.home__mobile-visible {
		display: block;
	}

	.home__icn-page {
		font-size: 50px;
		height: 50px;
	}

	.home__btn-page {
		height: 114px;
		margin: 5px !important;
	}

	.home__mobile-hidden {
		display: none !important;
	}
}

@media (max-width: 507px) {
	.home__narrow-visible {
		display: block !important;
	}

	.home__narrow-hidden {
		display: none !important;
	}

	.home__split-spaced--no-header {
		margin-bottom: 15px;
	}
}

.mr-3 {
	margin-right: 0.3rem !important;
}