/*Public themes */
.tippix-bubble.theme-default {
    background-color: #fdfcec;
    border-color: rgb(239,117,69);
    }
.tippix-bubble.theme-default .tippix-title {
    background-color: #fff200;
    }
.tippix-bubble.theme-default.top .tippix-arrow-bg {
    border-top-color: rgb(239,117,69);
    }
.tippix-bubble.theme-default.top .tippix-arrow-fr {
    border-top-color: #fdfcec;
    }
.tippix-bubble.theme-default.bottom .tippix-arrow-bg {
    border-bottom-color: rgb(239,117,69);
    }
.tippix-bubble.theme-default.bottom .tippix-arrow-fr {
    border-bottom-color: #fdfcec;
    }
.tippix-bubble.theme-default.left .tippix-arrow-bg {
    border-left-color: rgb(239,117,69);
    }
.tippix-bubble.theme-default.left .tippix-arrow-fr {
    border-left-color: #fdfcec;
    }
.tippix-bubble.theme-default.right .tippix-arrow-bg {
    border-right-color: rgb(239,117,69);
    }
.tippix-bubble.theme-default.right .tippix-arrow-fr {
    border-right-color: #fdfcec;
    }
