#tooltip{ font-family: Ubuntu, sans-serif; font-size: 1em; text-align: center; text-shadow: 0 1px rgba( 0, 0, 0, .5 ); line-height: 1.5; color: #fff; background: #333; background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .68 ) ), to( rgba( 0, 0, 0, .8 ) ) ); background: -webkit-linear-gradient( top, rgba( 0, 0, 0, .68 ), rgba( 0, 0, 0, .8 ) ); background: -moz-linear-gradient( top, rgba( 0, 0, 0, .68 ), rgba( 0, 0, 0, .8 ) ); background: -ms-radial-gradient( top, rgba( 0, 0, 0, .68 ), rgba( 0, 0, 0, .8 ) ); background: -o-linear-gradient( top, rgba( 0, 0, 0, .68 ), rgba( 0, 0, 0, .8 ) ); background: linear-gradient( top, rgba( 0, 0, 0, .68 ), rgba( 0, 0, 0, .8 ) ); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border-top: 1px solid rgba(255,255,255, 0.6); -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 ); -moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 ); box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 ); position: absolute; z-index: 100; padding: 8px;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}#tooltip:after {width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid rgba( 0, 0, 0, .8 );content: '';position: absolute;left: 50%;bottom: -5px;margin-left: -5px;}#tooltip.top:after{border-top-color: transparent;border-bottom: 5px solid rgba( 0, 0, 0, .8 );top: -10px;bottom: auto;}#tooltip.left:after{left: 5px;margin: 0;}#tooltip.right:after{right: 5px;left: auto;margin: 0;}.titled{position: relative;}.g-title{padding: 4px 8px;background: #212121;color: #F5F5F5;position: absolute;border-radius: 4px;z-index: 12000;text-align: left;max-width: 250px;width: 250px;font-size: 16px;line-height: 24px;}.cur_title_thin{width: auto !important;white-space: nowrap;}.g-title_arrow{width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #222;border-top: 5px solid rgba(0,0,0,0.85);top: 100%;left: 0;position: absolute;}.g-title.bottom .g-title_arrow{border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 0;border-bottom: 5px solid #222;border-bottom: 5px solid rgba(0,0,0,0.7);top: -5px;}