@media only screen and (max-width: 800px) {
	#swacct-pro.tagName {
		width: 120px !important;
		right: 244px;
	}
}

#switchacct {
	opacity: 0;
	display: none;
	background: hsla(var(--vnix-hue), 0%, 0%, 1);
	color: rgba(255, 255, 255, .9);
	position: absolute;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem;
	max-height: 90%;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .5s ease-out;
}

#switchacct [data-x-swacct] {
	vertical-align: middle;
	text-align: center;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	border-color: rgb(80, 80, 80);
	color: #fff;
	cursor: pointer;
	transition: all .8s;
}

#switchacct [data-x-swacct] div {
	font-family: inherit;
	text-shadow: 2px 2px 2px #000;
	font-weight: bold;
	font-size: .85rem;
	opacity: 1;
}

@media only screen and (max-width: 600px) {
	#switchacct [data-x-swacct] div {
		font-weight: bolder;
	}
}

#switchacct [data-x-swacct] div div {
	font-family: inherit;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 1px 1px 1px #000;
	font-size: .8rem;
}

#switchacct [data-swoption] {
	margin-left: 8px;
	padding: 1rem;
	color: #fff;
	cursor: pointer;
}

