/* Override the jqueryui settings */
.ui-widget {
	font-size: 0.8em;
}

.ui-tooltip {
	color: #2F5891;
	font-weight: bold;
	padding: 5px 10px;
	background: white;
	border-radius: 5px;
	box-shadow: 0 0 7px black;
}
