/*
 * 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 17px;
	font: 15px/1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	border: 1px solid gainsboro;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
	background: white;
	border-radius: 3px;
}