/* Smooth height changes for tabbed content */
.md-typeset .tabbed-set > .tabbed-content {
  transition: min-height .2s ease;
}
