 @charset "utf-8"; 

/* Reset 
------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* =====================================
GLOBAL
===================================== */
.switch {
	display: none;
}
.switch-default {
	display: inline;
}

.ui-tooltip {
	padding: 5px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px 2px #e4e4e4
	box-shadow: 0px 0px 2px 2px #e4e4e4;
	color: #e6e5e5;
    background: #403a3a;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-tooltip-content {
	padding: 5px;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px 2px #e4e4e4
	box-shadow: 0px 0px 2px 2px #e4e4e4;
	color: #e6e5e5;
    background: #403a3a;
}