/*
 * 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: 600px;
	/*padding: 20px;*/
	padding:10px;
	font-family: "Mark W01 Black", sans-serif !important;
	font-size: 2em;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #000;
	background: transparent;
	/*border-radius: 3px;*/
}
