div.tt-container {
	display: block;
	position: absolute;
	top: 0;
	padding-top: 9px;
	z-index: 1000;
	background-image: url(../img/arrow.png);
	background-position: center top;
	background-repeat: no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
}
div.tt-container div.tt-inner {
	display: block;
	padding: 10px 12px;
	color: #fff;
	background-image: url(../img/background.png);
	background-position: left top;
	background-repeat: repeat;
	font-size: 1.2em;
	font-size: 12px;
	font-family: "Source Sans Pro", sans-serif;
}

/* Special treatment for phone display */
body.phone div.tt-container {
	left: -12px !important;
	background-position: 15px top;
}