.well > :last-child {
  margin-bottom: 0;
  > :last-child {
    margin-bottom: 0;
    > :last-child {
      margin-bottom: 0;
    }
  }
}


a:link {
    color:#08C;
}

.accordion-body.in:hover { overflow:visible; }
