
.imgname{
  width: 80px;
}
.tab-panes{
  border: 1px solid #ddd;
  border-top-style:none;
}
.tab-panes:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  /*bottom: 5px;*/
  right: 0;
  height: 20px;
  width: 1px;
  background-color: #ddd;
}
.tab-panes:before {
  content: '';
  position: absolute;
  left: auto;
  top: 40px;
  right: 0;
  height: 20px;
  width: 1px;
  background-color: #ddd;
}

