.tab-panel {
  text-align: center;
}

.tab-panel .tab-strip {
  position: relative;
  display: inline-table;
}

.tab-panel .tab-strip .tab-item {
  display: table-cell;
  cursor: pointer;
}
