﻿.tooltip
{
    display: block;
    font-size: smaller;
    left: 0;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    top: 1.7em;
    width: 15em;
}
.links .tooltip
{
    background: Gray url(/images/birdie_sml.png) top left no-repeat;
    color: White;
    min-height: 54px;
    height: 54px;
    padding-left: 64px;
}
