.skiptranslate {
	display: none !important;
}

.goog-text-highlight, font > font {
	background-color: transparent !important;
	box-shadow: none !important;
	box-sizing: inherit;
}

.translatorjs_langs {
	background: #ddd;
	border-radius: 0 5px 5px 0;
	display: flex;
	flex-direction: column;
	left: -12px;
	line-height: 24px;
	max-width: 42px;
	padding: 5px;
	position: fixed;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	z-index: 999999;
}

.translatorjs_langs:hover {
	left: 0;
}

.translatorjs_lang_item {
	cursor: pointer;
	margin-bottom: 5px;
	max-width: 40px;
	opacity: .5;
}

.translatorjs_lang_item:last-of-type {
	margin-bottom: 0;
}

.translatorjs_lang_item:hover, .translatorjs_lang_active {
	opacity: 1;
}

.translatorjs_info {
	background: #ddd;
	border-radius: 5px 5px 0 0;
	bottom: 0;
	font-family: sans-serif;
	font-size: 16px;
	padding: 8px 0;
	position: fixed;
	text-align: center;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	width: 100%;
	z-index: 999999;
}