

/* --- Stylesheet 8064 () --------- */ 

.T4949 .switches {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(255,255,255,0.7);

}

.T4949 a:not(.color) { color: #333; }
.T4949 a {
	padding: 0.5rem 1rem 0 1rem;
	text-align: center;
}

.T4949 a:not(.color):hover { color: #000; }

.T4949 a:after {
	content: "";
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 0.5rem 0 0 0;
	border-bottom: 1px solid #EEE;
}

.T4949 a:last-child { padding-bottom: 0.5rem;}
.T4949 a:last-child:after { display: none; }

/* --- Stylesheet 8065 () --------- */ 

@media (min-width: 567px) {
	.T4949 .switches {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.T4949 a {
		width: 49%;
	}
	.T4949 .switches.s2 a:after { display: none; }
	.T4949 .switches.s4 a:nth-child(3):after { display: none; }
	.T4949 .switches.s4 a:nth-child(4):after { display: none; }

}

@media (min-width: 768px) {

	.T4949 .switches {
		flex-wrap: nowrap;
	}

	.T4949 a {
		display: flex;
		width: auto;
		padding: 0.5rem 0 0.5rem 1rem;
	}

	.T4949 a:after {
		width: auto;
		display: block !important;
		border-bottom-width: 0;
		border-right: 1px solid #CCC;
		padding: 0 0 0 1rem;
		margin: 0;
	}
	.T4949 a:last-child { padding-bottom: inherit; }
	.T4949 a:last-child:after { display: none !important; }
}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {

}
