/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
    display:none;
    background:url(content-img/tooltip_bubble.png) no-repeat;
    height:250px;
    padding:25px 60px 5px 60px;
    width:580px;
    font-size:11px;
    color:#fff;
}
/* a .label element inside tooltip */
.tooltip .head_title {
    color: #000000;
    font-size: 24px;
}
.tooltip .date {
    font-size: 11px;
    font-weight: bold;
    color: #E2FF92;
}
.tooltip .detail {
    color:#FFFFFF;
    font-size:14px;
    width: 580px;
    height: 145px;
    overflow: auto;
}