.tipso_bubble, .tipso_bubble > .tipso_arrow {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tipso_bubble {
    position: absolute;
    text-align: left;
    border-radius: 6px;
    z-index: 2147400000;
    padding: 10px;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 10px #eeeeee;
}

/*.tipso_style {
    cursor: help;
    border-bottom: 1px dotted
}*/
.tipso_style {
    cursor: pointer;
    border-bottom: 0px dotted !important;
}

.tipso_bubble > .tipso_content {
	line-height: 22px;
}

.tipso_bubble > .tipso_arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid;
    pointer-events: none;
}

.tipso_bubble.top > .tipso_arrow {
    border-color: #000 transparent transparent;
    top: 100%;
    left: 50%;
    margin-left: 40% !important;
    border-top-color: #38425C !important;
    /*border-top-color: transparent !important;*/
}

.tipso_bubble.bottom > .tipso_arrow {
    border-color: transparent transparent #000;
    bottom: 100%;
    left: 50%;
    margin-left: -8px
}

.tipso_bubble.left > .tipso_arrow {
    border-color: transparent transparent transparent #000;
    top: 50%;
    left: 100%;
    margin-top: -8px
}

.tipso_bubble.right > .tipso_arrow {
    border-color: transparent #000 transparent transparent;
    top: 50%;
    right: 100%;
    margin-top: -8px
}