/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
    display:none;
    background:gray;
    font-size:12px;
    margin-top:10px;
    padding:0px;
    color:#fff;
    z-index:999;
}

/* style the trigger elements */
#dyna img {
    border:0;
    cursor:pointer;
    z-index:999;
    margin-bottom:-20px;
    padding:0px;
}
/* override the arrow image of the tooltip */
.tooltip.bottom {
    background:#C50000;
    z-index:999;
    margin-bottom:-20px;
    padding:0px;
}

.tooltip.bottom {
    background:#C50000;
    z-index:999;
    margin:0px;
    padding:0px;
}
