.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.search-pref-h4 {
  font-size: 1em;
}
.search-pref-h4 a {
  border-bottom: 1px dotted #337ab7;
}

.h3 .glyphicon {
  font-size: 0.7em;
}

.search-button {
  font-size: 1.6em;
  font-weight: bold;
}
.section-content.place {
  margin-bottom: 100px;
}


.comment {
  display: block;
  margin-left: 25%;
  margin-bottom: -24px;
}

@media (max-width: 800px) {
  .comment {
    margin-bottom: 10px;
  }
}

@media (min-width: 850px) {
  .comment {

    padding: 10px 20px;
    position: relative;
  }


  .comment::before,.comment::after {
    content: '';
    width: 40px;
    height: 100%;
    position: absolute;
    border-radius: 40%;
  }

  .comment::before {
    border-left: solid 2px #000000;
    border-top: none;
    border-bottom: none;
    border-right: none;
    top: 0;
    left: 0;
  }

  .comment::after {
    border-right: solid 2px #000000;
    top: 0;
    right: 0;
  }
}