/*
 * jQuery TipTop v1.0
 * http://gilbitron.github.io/TipTop
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.tiptop {
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	padding: 2px 7px;
	font: 13px/1.5em Roboto Condensed, arial;
	color: #fff;
	background: #696969b8;
	border-radius: 30px;
}
.tiptop.off {
	visibility: hidden;
}
