/* ========================================================================== Tool Tips (jQuery UI) ========================================================================== */
.tt-list { list-style: none; margin: 0; padding: 0; overflow: hidden; }

.tt-list > li { overflow: hidden; padding: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); font-size: 11px; line-height: 16px; padding: 4px 0; }

.tt-list > li:last-child { border-bottom: none; }

.tt-label { width: 120px; overflow: hidden; margin-right: 8px; float: left; font-weight: bold; }

.tt-value { display: block; overflow: hidden; }
