.speechbubble-wrapper {
    position: relative;
    margin-left: -18px;
	z-index: 999;
}
.speechbubble-wrapper .speechbubble {
    position: absolute;
    background: #febe10;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    left: 0;
    bottom: 50%;
    margin-bottom: -17px;
    z-index: 10;
	cursor: pointer;
    /*background: #ffffff;*/
	background: rgba(255,255,255,0.88);
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #555555;
}
/*.speechbubble-wrapper .speechbubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    margin-bottom: -8px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #febe10;
    border-bottom: 0;
    border-left: 0;
}*/
.speechbubble-arrow {
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.5);
    bottom: 0;
    margin-bottom: -13px;
    position: absolute;
    left: 12px;
}
.speechbubble-arrow::before {
    border-right: 11px solid transparent;
    border-top: 11px solid #555555;
    bottom: 2px;
    content: "";
    position: absolute;
    margin-left: -1px;
}
.speechbubble-arrow::after {
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(255,255,255,0.88);
    bottom: 4px;
    content: "";
    position: absolute;
}
.speechbubble-wrapper i.speechbubble-icon {
    font-size: 22px;
    display: block;
    margin-left: 6px;
    margin-top: 8px;
}
.speechbubble-wrapper .slide-button-icon.info.icon {
    margin-left: 7px;
}
.speechbubble-wrapper .speechbubble-text {
    display: none;
    font-weight: 400;
}
.speechbubble-wrapper .speechbubble-text:before {
    content: "\f00d";
    position: absolute;
    right: 2px;
    top: -1px;
    font-family: Icons !important;
}
.speechbubble-wrapper.explainer .speechbubble-text, .ggskin_speechbubble .speechbubble-wrapper .speechbubble-text {
    padding: 5px;
}
.speechbubble-wrapper.explainer .speechbubble-text:before, .ggskin_speechbubble .speechbubble-wrapper .speechbubble-text:before {
    right: 5px;
    top: 5px;
}

.speechbubble-wrapper .speechbubble-title {
    overflow: hidden;
    margin-left: 18px;
    height: 36px;
    z-index: 9;
    max-width: 270px;
    text-align: left;
    padding-left: 24px;
    color: #ffffff;
    font-weight: 600;
	display: flex;
    flex-direction: column;
    justify-content: center;
    resize: vertical;
    line-height: normal;
	text-shadow: 1.3px 1.3px rgba(0,0,0,0.8);
}
.speechbubble-wrapper .speechbubble-text img.emoji {
    width: 20px;
}
.speechbubble-wrapper .speechbubble a {
	color: #000000;
	font-weight: 600;
	cursor: pointer;
}

/* === bubble open === */
.speechbubble-wrapper.open  i.speechbubble-icon {
	display: none !important;
}
.speechbubble-wrapper.open .speechbubble {
    width: 200px;
	max-width: 270px;
    height: auto;
    padding: 10px;
	margin-bottom: -35px;
}
.speechbubble-wrapper.open .speechbubble:after {
    margin-left: 3px;
	left: auto;
}
.speechbubble-wrapper.open .speechbubble-text {
    display: block;
}
.speechbubble-wrapper.open .speechbubble-title {
	display: none;
}

@media screen and (max-height: 600px) {	
	.speechbubble-wrapper {
		margin-left: 0;
		margin-top: -18px;
	}
}
@media screen and (max-width: 550px) {
    .speechbubble-wrapper .speechbubble-text {
        font-size: 11px;
    }
}