/* Tooltip */
#tooltip, .tooltip {
	background-color:#070c21;
	background-color: rgba(7,12,33,0.9);
	border:1px solid #777777;
	border-top:1px solid #cfcfcf;
	-webkit-box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	color: #fff;
  font-family: Verdana, Arial, sans-serif !important;
}

#tooltip.no_bg {
	background: none;
	border:none;
	box-shadow: none;
}

.tt-container {
	max-width:350px;
}

.tt-title {
	font-size: 16px;
}

.tt-left {
	float: left;
}
.tt-right {
	float: right;
}
.tt-newline {
	clear:both;
}

.tt-req {
	color: indianred;
}

.tt-itemset, .tt-itemset-bonus {
	margin-top: 1em;
}
.tt-itemset .tt-item {
	padding-left: .6em;
}
.tt-itemset .tt-item a.q1:hover {
	color: #FFFFFF;
}

.tt-recipe_spells {
	margin-top: 1em;
}
.tt-recipe_spells .tt-recipe_object {
	font-size: 14px;
}

.tt-recipe_reagent:not(:last-child),
.tt-recipe_totem:not(:last-child) {
	margin: 0 0 0.3em 0;
}

.tt-reagent_count {
	color: #FFFFFF;
	margin-left: 0.5em;
}
