benenden-tabs {
  display: inline-block;
  width: 100%; }
  benenden-tabs .tab-content {
    display: block; }
    benenden-tabs .tab-content .themed-button {
      margin-bottom: 0px; }
  benenden-tabs .panes {
    display: inline-block;
    width: 100%; }

.ng-hide-add, .ng-hide-remove {
  /* ensure visibility during the transition */
  display: block !important;
  /* yes, important */ }

.slideUp {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s; }

.slideUp.ng-hide {
  opacity: 0; }

@media (max-width: 520px) {
  .group-blue-redesign benenden-tabs .tab-content,
  .group-pink-redesign benenden-tabs .tab-content {
    padding-left: 12px;
    padding-right: 12px; } }

.site-width benenden-tabs .tab-content .themed-button {
  margin-bottom: 0px; }
