.tipsy {
	font-family: "Lucida Grande", "Lucida Sans", "Segoe UI", "Calibri", "Sans", Tahoma, Verdana, Arial, Sans-Serif !important;
	position: absolute;
	padding: 4px 5px 5px;
	font-size: 11px;
	z-index: 100000;
}

.tipsy-inner {
	background-color: #353b1f;
	color: #fff;
	max-width: 200px;
	text-align: center;
	padding: 5px 8px 4px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.tipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
}

.tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow, .tipsy-ne .tipsy-arrow {
	top: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #353b1f;
}

.tipsy-s .tipsy-arrow, .tipsy-sw .tipsy-arrow, .tipsy-se .tipsy-arrow {
	bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #353b1f;
}

.tipsy-e .tipsy-arrow {
	right: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #353b1f;
	border-bottom: 5px solid transparent;
}

.tipsy-w .tipsy-arrow {
	left: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid #353b1f;
	border-bottom: 5px solid transparent;
}

.tipsy-n .tipsy-arrow, .tipsy-s .tipsy-arrow { left: 50%; margin-left: -5px; }
.tipsy-nw .tipsy-arrow, .tipsy-sw .tipsy-arrow { left: 10px; }
.tipsy-ne .tipsy-arrow, .tipsy-se .tipsy-arrow { right: 10px; }
.tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow { top: 50%; margin-top: -5px;}