.flag-speech-bubble {
    background-color: #F1F1F1;
    position: relative;
    margin: 0 auto 3em;
    padding: 15px;
}

.flag-speech-bubble .flag-bubble-text {
    color: #000;
}

.flag-speech-bubble .flag-bubble-text blockquote {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
}

.flag-speech-bubble .flag-bubble-text p {
    font-size: 18px;
    font-family: LovinSansWeb-Regular,sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.flag-speech-bubble .flag-bubble-text p.flag-bubble-title {
    font-weight: 700;
    font-family: LovinSansWeb-Black,sans-serif;
    margin-bottom: 15px;
}

.flag-speech-bubble .flag-bubble-text p.flag-bubble-author {
    font-size: 16px;
    font-weight: 700;
}

.flag-speech-bubble .flag-bubble-text p.flag-bubble-download {
    font-size: 16px;
    margin-top: 10px;
}


.flag-speech-bubble .flag-bubble-image {
    float: left;
    margin-right: 25px;
}

.flag-speech-bubble .flag-bubble-image-top {
    margin-bottom: 15px;
}

/*Speech bubble triangle*/
.flag-speech-bubble:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid #F1F1F1;
    border-left: 30px solid transparent;
    position: absolute;
    bottom: -30px;
    right: 30px;
}
