﻿#tooltip
{
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    font-family: Arial, 'Arial Narrow', 'Nimbus Sans L', Tahoma, Verdana, Geneva, 'DejaVu Sans', sans-serif, 'Trebuchet MS', 'Lucida Sans Unicode';
    font-size: 11px;
    background-color: #FFF5EE;      /* colour name: SeaShell */
    padding: 5px;
    opacity: 0.85;
}
#tooltip h3, #tooltip div
{
    margin: 0;
}
