.bubbleoutwrap {
    display: inline-block;
    width: 325px;
}

.bubbleinwrap {
    display: table;
    width: inherit;
    min-height: 125px;
}

.bubbletext {
    display: table-cell;
    text-align: center;
    text-shadow: 1px 1px 1px ##f0eebb;
    vertical-align: middle;
}

.bubbletext img {
    max-width: 100% !important;
}

.bubbleleft {
    position: relative;
    width: 300px;
    padding: 4px;
    background: #EBE9A6;
    border: #d8d653 solid 1px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(97, 97, 97, 0.55);
    -moz-box-shadow: 2px 2px 5px 0px rgba(97, 97, 97, 0.55);
    box-shadow: 2px 2px 5px 0px rgba(97, 97, 97, 0.55);
    text-align: center;
} 

  .bubbleleft:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    border-style: solid;
    border-width: 12px 15px 12px 0;
    border-color: transparent #EBE9A6;
    display: block;
    width: 0;
    z-index: 1;
}

  .bubbleleft:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    border-style: solid;
    border-width: 12px 15px 12px 0;
    border-color: transparent #d8d653;
    display: block;
    width: 0;
    z-index: 0;
}

.bubbleright {
    position: relative;
    width: 350px;
    padding: 4px;
    background: #EBE9A6;
    border: #d8d653 solid 1px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(97, 97, 97, 0.55);
    -moz-box-shadow: 2px 2px 5px 0px rgba(97, 97, 97, 0.55);
    box-shadow: 2px 2px 5px 0px rgba(97, 97, 97, 0.55);
}

  .bubbleright:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 354px;
    border-style: solid;
    border-width: 12px 0 12px 15px;
    border-color: transparent #EBE9A6;
    display: block;
    width: 0;
    z-index: 1;
}

  .bubbleright:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 355px;
    border-style: solid;
    border-width: 12px 0 12px 15px;
    border-color: transparent #d8d653;
    display: block;
    width: 0;
    z-index: 0;
}

  .bubblebottom {
    display: inline-block;
    position: relative;
    width: 325px;
    min-height: 100px;
    padding: 4px;
    background: #EBE9A6;
    border: #d8d653 solid 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 4px 3px 0px rgba(97, 97, 97, 0.55);
    -moz-box-shadow: 3px 4px 3px 0px rgba(97, 97, 97, 0.55);
    box-shadow: 3px 4px 3px 0px rgba(97, 97, 97, 0.55);
}

  .bubblebottom:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 151px;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #EBE9A6 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

  .bubblebottom:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 151px;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #d8d653 transparent;
    display: block;
    width: 0;
    z-index: 0;
}
