.markGloss{
	display: inline-block;
	color: #a09d9d;
	border-bottom: 1px dashed #a09d9d;
	height: 16px;
}

.markGloss:hover .glossario{
	display:block;
}

.bxtalk.glossario{
	position: absolute;
	z-index: 998;
	color: #c3c3c3;
	transition: all 0.5s;
	border: 1px solid #e3e3e3;
	display: none;
	max-width: 450px;
	transform:translate(-45%, -104%);
	background: inherit;
	text-align:left;
	padding: 25px;
	line-height: 21px;
	font-size: 14px;
}

.bxtalk.glossario .tt{
	display: block;
	padding-bottom: 3px;
	margin-bottom: 13px;
	border-bottom: 1px dashed #989898;
	text-align: left;
}

@media only screen and (max-width:750px){
	.bxtalk.glossario{
		box-sizing:border-box;
		left:5%;
		max-width: 90% !important;
		transform:translate(0%, -105%) !important;
	}
}