/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css

* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-tooltip {
	padding: 0.4em;
	position: absolute;
	z-index: 9999;
	max-width: 400px;
	-webkit-box-shadow: 0 0 2px 1px #439CD4;
	box-shadow: 0 0 2px 1px #439CD4;
	border-radius: 0.3em;
}
body .ui-tooltip {
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 19pt;
	font-weight: 300;
	line-height: 1.75em;
	color: #666;
	-webkit-text-stroke: 0.15px;
	border: solid 1px rgba(0,0,0,0.15);
}

/* Component containers
----------------------------------*/
.ui-widget-content {
	background: #ffffff;	
}

.ui-sortable-placeholder {
	border: 3px dashed rgba(255,255,255,0.5);
	margin: 0 0.5em 0 0.5em;				
	height: 45px;
	width: auto;
}