/*!* jQuery UI Tooltip 1.10.4
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/tooltip/#theming*/.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 3px #aaa;box-shadow:0 0 3px #aaa}body .ui-tooltip{border-width:2px}.ui-tooltip,.arrow:after{background:#000}.ui-tooltip{padding:5px 10px;color:#fff;border-radius:5px;font:12px arial,Sans-Serif;box-shadow:0 0 7px #000}.arrow{width:100px;height:16px;overflow:hidden;position:absolute;left:50%;margin-left:-33px;bottom:-16px}.arrow.top{top:-16px;bottom:auto}.arrow.left{left:20%}.arrow:after{content:"";position:absolute;left:20px;top:-20px;width:25px;height:25px;box-shadow:6px 5px 9px -9px #000;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);tranform:rotate(45deg)}.arrow.top:after{bottom:-20px;top:auto}