﻿.tt-visible
{
    display: block;
    position: absolute;
    background-color: #fff5cc;
    color: #666666;
    padding: 10px;
    border: outset 1px #fff5cc;
    max-width: 350px;
    width: auto !important;
    width: 350px;
    text-decoration: none;
}
.tt-invisible
{
    position: absolute;
    display: none;
}
.tt
{
    cursor: pointer;
}
.tt img
{
    vertical-align: top;
}

