/* Tipso Bubble Styles */
.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: center;
    border-radius: 6px;
    z-index: 9999;
    border-style: solid;
    border-width: 2px;
    border-color: #4d4d4d;
}

.tipso_style {
    border-bottom: 1px dotted
}

.tipso_title {
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.tipso_content {
    word-wrap: break-word;
    padding: 0.5em
}

.tipso_bubble.tiny {
    font-size: 0.6rem
}

.tipso_bubble.small {
    font-size: 0.8rem
}

.tipso_bubble.default {
    font-size: 1rem
}

.tipso_bubble.large {
    font-size: 1.2rem;
    width: 100%
}

.tipso_bubble.top > .tipso_arrow:after, .tipso_bubble.top > .tipso_arrow:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tipso_bubble.top > .tipso_arrow:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.tipso_bubble.top > .tipso_arrow:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 7px;
	margin-left: -7px;
}

.tipso_bubble.bottom > .tipso_arrow {
    border-bottom-color: #000;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -8px
}

.tipso_bubble.left > .tipso_arrow {
    border-left-color: #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    top: 50%;
    left: 100%;
    margin-top: -8px
}

.tipso_bubble.right > .tipso_arrow {
    border-right-color: #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    top: 50%;
    right: 100%;
    margin-top: -8px
}

.tipso_bubble .top_right_corner, .tipso_bubble.top_right_corner {
    border-bottom-left-radius: 0
}

.tipso_bubble .bottom_right_corner, .tipso_bubble.bottom_right_corner {
    border-top-left-radius: 0
}

.tipso_bubble .top_left_corner, .tipso_bubble.top_left_corner {
    border-bottom-right-radius: 0
}

.tipso_bubble .bottom_left_corner, .tipso_bubble.bottom_left_corner {
    border-top-right-radius: 0
}