#tipBoxes {
    position:absolute;
    width:100%;
    height:100%;
}

#tipBoxes .tipBox {

    font-size: 18px;
    line-height: 18px;
    position: absolute;
    padding: 10px 15px;
    border-radius: 15px;
    background: white;

}

#tutoOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

#overlayCanvas {
    position:absolute;
    width:100%;
    height:100%
}
