﻿#tooltip
{
    position: absolute;
    z-index: 3000;
    border: 1px solid #414141;
    background-color: #A5A5A5;
    padding: 5px;
    opacity: 0.85;
    color: #D0EB55;
}
#tooltip h3
{
    margin: 0;
    font-size: 110%;
}
#tooltip div
{
    margin: 0;
}

.smallerFont
{
    font-size: 80%;
    font-weight:normal !important;
}
