<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.ui-tooltip {
	border-color:#000;
	outline:0px;
	font-size:8pt;
	text-transform:uppercase;
}
.ui-widget {
	font-size:1em;
}
/* Hide browser's default focused element styling...
** jQuery-ui already does the styling with ui-state-focus */
.ui-widget:focus, 
.ui-widget *:focus {
	outline: none;
}
.ui-tabs {
	background-color:#111 !important;
	background-image:none;
}
.ui-button-text {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
</pre></body></html>