ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}  
.horizontal-tabs .tab-content {
  border: 1px solid #DDD;
  border-top-color: rgba(0, 0, 0, 0);
  min-height: 232px;  
  background-color: #fff;
}
.basic-tabs {   
}
