.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: 1px solid #ebebeb;
    border-radius:4px;
    box-shadow: 7px 5px 13px 0px rgba(77, 77, 77, 0.35);
    z-index: 9999;
}
.tipso_title {
    background-color: #ffffff!important;
    padding: 25px;
    color:  #30b467!important;
    font-weight: 700;
    font: 700 18px Museo700,​sans-serif;
}
.tipso_content {
    word-wrap: break-word;
    padding: 25px;
    padding-top: 0;
    color:  #282828;
    border-color: #ebebeb;
    background-color: #ffffff;
}

/* Tipso Bubble size classes - Similar to Foundation's syntax*/
.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 Div */
.tipso_bubble > .tipso_arrow{
    position: absolute;
    width: 0; height: 0;
    border-width: 10px!important;
    border-style: solid;
    pointer-events: none;
}
.tipso_bubble > .tipso_arrow:after {
    content: " ";
    position: absolute;
    width: 0; height: 0;
    border: 9px solid;
}
.tipso_bubble.top > .tipso_arrow {
    border-top-color: #f1f1f1!important;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}
.tipso_bubble.top > .tipso_arrow:after {
    border-top-color: #fff!important;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    margin-left: -9px;
    margin-top: -10px;
}
.tipso_bubble.bottom > .tipso_arrow {
    border-bottom-color: #f1f1f1!important;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
}
.tipso_bubble.bottom > .tipso_arrow:after {
    border-bottom-color: #fff!important;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    margin-left: -9px;
    margin-top: -8px;
}

.tipso_bubble.left > .tipso_arrow {
    border-left-color: #f1f1f1!important;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    top: 50%;
    left: 100%;
    margin-top: -10px;
}
.tipso_bubble.left > .tipso_arrow:after {
    border-left-color: #fff!important;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    margin-left: -10px;
    margin-top: -10px;
}
.tipso_bubble.right > .tipso_arrow {
    border-right-color: #f1f1f1!important;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    top: 50%;
    right: 100%;
    margin-top: -10px;
}
.tipso_bubble.right > .tipso_arrow:after {
    border-right-color: #fff!important;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    margin-left: -8px;
    margin-top: -10px;
}

.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;
}