#tooltip, .tooltipster-base {
	z-index: 1000001;
	position: absolute;
	font: 11px Tahoma;
	padding: 0;
	/* shrink-wrap по тексту; !important — tooltipster-follower пишет inline width */
	width: auto !important;
	height: auto !important;
	max-width: none;
}

.tooltipster-base .tooltipster-box,
.tooltipster-base .tooltipster-content {
	display: inline-block;
	width: auto !important;
	height: auto !important;
	max-width: 360px;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.tooltipster-base .tooltip_ul {
	display: inline-block;
	width: auto;
	max-width: 360px;
	white-space: normal;
	box-sizing: border-box;
	padding: 2px 8px;
}

.item_trend {
	width: 500px;
	height: 100%;
	cursor: pointer;
	display: inherit;
	text-align: center;
	vertical-align: middle;
}
a.item_trend {
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	font-size: 35px;
	font-weight: bold;
	color: white;
}
a.item_trend:hover {
	text-decoration: initial;
}
