/*******************************/
/********* bubbletip ***********/
/*******************************/
.bubbletip{
    position: absolute;
    z-index: 50;
    border-collapse: collapse;
    padding: 10px;
    border: 1px solid #00AFFF;
    border-radius: 4px;
    background-color: #fff;
}
.bubbletip:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 -10px -10px !important;
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.bubbletip:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 -10px -11px !important;
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00AFFF;
}

.bubbletip td.bt-content
{
    background-color: #fff;
    vertical-align: middle;
}
/*******************************/

