
.speech-bubble {
    position: relative;
    left:31px;
    top: 160px;
    background-color: #c2dffc;
    border: 3px solid #ac6b25;
    border-radius: 5px;
    width: 220px;
    height: 45px;
    padding: 5px;


}

.speech-bubble-words {
    text-align: center;
    position: relative;
    border-width: 7px 7px 0px 7px;
    bottom: 3px;
    content: "";
    position: absolute;
    top: 9px;
    left: -0.0098px;    
}

.speech-bubble .arrow {
    border-style: solid;
    position: absolute;
}

.bottom {
    border-color: #ac6b25 transparent transparent transparent;
    border-width: 8px 8px 0px 8px;
    bottom: -8px;
}

.bottom:after {
    border-color: #c2dffc transparent transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0px 7px;
    bottom: 3px;
    content: "";
    position: absolute;
    left: -7px;    
}

