.nav-tabs{
  margin-bottom: 30px;
}
.nav-tabs>li>a{
  margin-right:2px;
  line-height:1.42857143;
  border:0;
  border-radius:0;
}
.nav-tabs>li>a:hover{
  background: transparent;
  border-bottom:2px solid #009554;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
  color:#009554;
  cursor:default;
  background-color:#fff;
  border:0;
  border-bottom:2px solid #009554;
}

.thumbnail {
    padding: 6px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 310px;
    margin-bottom: 30px;
    border-radius: 0;
}
.thumbnail img {
    max-width: 100%;
    height: auto;
}
.thumbnail .caption {
    height: 50px;
    overflow-y: hidden;
    color: #666;
    background-color: #fff;
}
.caption h3 {
    font-size: 14px;
    margin-top: 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
