/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
    display: none;
    background: transparent url(../tooltip/leader_arrow_big.png);
    font-size: 17px;
    font-weight: bold;
    height: 166px;
    width: 320px;
    padding: 25px;
    color: #fff
    }