.bubble-container div:after {
  content: ".";
  display: block;
  height:11px;
  clear:both;
  visibility:hidden;
}

.bubble-container div {
  width:400px;
  height:auto;
  font-family:verdana;
  font-size:11px;
}

b.tl {
  display:block;
  width:400px;
  height:8px;
  font-size:1px;
}

b.tr {
  display:block;
  width:392px;
  height:8px;
  font-size:1px;
  float:right;
}

b.bl {
  display:block;
  width:8px;
  height:8px;
  font-size:1px;
  float:left;
}

b.br {
  display:block; 
  width:392px;
  height:8px;
  font-size:1px;
  float:right;
  position:relative;
}

b.pointleft, b.pointright {
  display:block;
  font-size:1px;
  width:25px;
  height:14px;
}

.bubble-container div p {
  line-height: 1em !important;
  margin-bottom: 0 !important;
  padding:8px;
  margin:0;
  border:3px solid #000;
  border-width:0 3px;
  text-align:justify;
}

div.bubble1 b.tl {
  background:url(images/image_bubbles/top_left1.gif) top left no-repeat;
}

div.bubble1 b.tr {
  background:url(images/image_bubbles/top_right1.gif) top right no-repeat;
}

div.bubble1 p {
  background:#ecc7c7;
}

div.bubble1 b.bl {
  background:url(images/image_bubbles/bottom_left1.gif) top left no-repeat;
}

div.bubble1 b.br {
  background:url(images/image_bubbles/bottom_right1.gif) top right no-repeat;
}

div.bubble1 b.point {
  background:url(images/image_bubbles/point1.gif) top left no-repeat;
  margin:5px 0 0 25px;
}

/* Gray */

div.bubble5 b.tl {
  background:url(images/image_bubbles/top_left5.gif) top left no-repeat;
}

div.bubble5 b.tr {
  background:url(images/image_bubbles/top_right5.gif) top right no-repeat;
}

div.bubble5 p {
  background:#7c878a;
  color: #fff;
  margin-bottom: 0 !important;
}

div.bubble5 b.bl {
  background:url(images/image_bubbles/bottom_left5.gif) top left no-repeat;
}

div.bubble5 b.br {
  background:url(images/image_bubbles/bottom_right5.gif) top right no-repeat;
}

div.bubble5 b.pointleft {
  background:url(images/image_bubbles/point5.gif) top left no-repeat;
  margin:5px 0 0 25px;
}

div.bubble5 b.pointright {
  background:url(images/image_bubbles/point5.gif) top left no-repeat;
  margin:5px 0 0 325px;
}