.tab-content {
  padding : 5px 15px;
}

/* change border radius for the tab , apply corners on top*/
.nav-pills a{
  color: #000;
  
}

.nav-pills > li {
  color: #000;
  background-color: #9a1791;
  width: auto;
  height: 60px;
}

.nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

.nav-pills > li:hover {
  color: #fff;
  background-color: #9a1791;
}
.nav-pills > li > a:hover {
  color: #fff;
}

