.qtip{
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 240px;
    min-width: 60px;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    border-top: solid 2px #0FB36C !important;
    color: #717171 !important;
    line-height: 18px;
    font-size: 11px;
    z-index: 999999999999 !important;
    text-align: center;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1) !important;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1) !important;
}