.it_IT {
	color: #006600;
}

.fr_FR {
	color: #010f8a;
}

.en_US {
	color: #8a652b;
}

.ft_IT {
	color: #9966FF;
}

.aostan_IT {
	color: #6e0037;
}

h3.ft_IT, h3.en_US, .fp {
	text-shadow: 0px 0px 1px #000000;
}

.hashtag_hierarchy {
	display: flex; 
	flex-direction: row; 
	justify-content: space-between;
}

.tooltip {
	position: relative;
	display: flex;
}

.tooltip .tooltiptext {
	visibility: hidden;
	background-color: white;
	text-align: center;
	border-radius: 6px;
	width: 255px;
	opacity: 0.75;
	
	position: absolute;
	z-index: 1;
}

.toprighttooltip {
	left: calc(100% + 10px);
	bottom: 60%;
}


.toplefttooltip {
	right: calc(100% + 10px);
	bottom: 60%;
}

.bottomlefttooltip {
	top: 60%;
	right: calc(100% + 10px);
}

.bottomrighttooltip {
	top: 60%;
	left: calc(100% + 10px);
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.tooltip:hover {
	font-weight: bold;
}

.tooltip {
	margin: 0;
}

@media only screen and (max-width: 800px) {
	.hashtag_hierarchy {
		flex-direction: column;
	}
	
	#region_section {
		padding-top: 20px;
	}
	
	.tooltip .tooltiptext {
		font-size: 75%;
		opacity: 0.85;
	}
	
	.toplefttooltip {
		left: 30px;
		bottom: calc(100% + 13px);
	}

	.bottomlefttooltip {
		top: calc(100% + 13px);
		left: 30px;
	}
	
	.toprighttooltip {
		bottom: calc(50% + 2px);
		left: calc(100% + 7px);
	}

	.bottomrighttooltip {
		top: calc(50% + 2px);
		left: calc(100% + 7px);
	}
}