/* balloon styles */

.balloon-wrapper {
    position: absolute;
    left: -1000px;
}

.balloon-container {
    width: 469px;
    position: relative;
    left: 0;
}

.balloon-arrow {
    width: 18px;
    height: 16px;
    position: absolute;
    left: 12px;
    bottom: -15px;
    z-index: 1000;
    overflow: hidden;
    vertical-align: middle;
}

.balloon-arrow .outer {
    width: 0;
    height: 0;
    border-top: 9px solid #C8D0DE;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.balloon-arrow .inner {
    width: 0;
    height: 0;
    border-top: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: -2px;
    left: 0px;
}

.balloon-content {
    color: #424448;
    font-size: 12px;
    line-height: 17px;
    padding: 18px;
    background-color: #fff;
    border: 1px solid #C8D0DE;
    overflow: auto;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
}

.balloon-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #B00014;
    margin-top: 0px;
    margin-bottom: 12px;
}

.balloon-content h3 img {
    margin-left: 2px;
}