#feature .ry-custom-tabs {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#feature .ry-custom-tabs li {
  display: inline-block !important;
  margin-right: 20px !important;
}

#feature .ry-custom-tabs li a {
  display: inline-block !important;
  padding: 10px 0 !important;
  text-decoration: none !important;
  border-bottom: 3px solid transparent !important;
  color: #999999 !important;
  transition: all 0.3s ease !important;
}

#feature .ry-custom-tabs li.ry-tab-selected a {
  border-bottom: 3px solid #4c3e88 !important;
  color: #202020 !important;
}

#feature .ry-custom-tabs li:not(.ry-tab-selected) a:hover {
  border-bottom-color: #7a6bb5 !important;
  color: #555555 !important;
}

#feature .ry-custom-panes {
  margin-top: 50px !important;
}

#feature .ry-custom-pane {
  display: none !important;
}

#feature .ry-custom-pane.ry-pane-shown {
  display: block !important;
}