.location-comments {
  margin:0;
  padding:0;
  list-style:none;
}
.location-comments .meta {
  margin:12px 0 0 15px;
  font-style:italic;
  color:#888888;
}
.location-comments li {
  position:relative;
  margin:0 20px 20px 20px;
  width:250px;
  display:inline-block;
  vertical-align:top;
}
.location-comments p {
  margin:0;
  padding:20px;
  background:#f8f8f8;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:0 2px 3px rgba(0,0,0,0.3);
  box-shadow:0 2px 3px rgba(0,0,0,0.3);
}
.location-comments p:before {
  content:" ";
  position:absolute;
  left:20px;
  bottom:12px;
  border:10px solid transparent;
  border-top-color:#cccccc;
}
.location-comments p:after {
  content:" ";
  position:absolute;
  left:20px;
  bottom:13px;
  border:10px solid transparent;
  border-top-color:#f8f8f8;
}