/*
 * 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: 10px;
	color: #fff;
	background: #25AF4B;
	border-radius: 3px;
}