.editor-tabs {
  display: none;
}
.editor-tabs {
  border-bottom: 1px solid #bbb;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0.5rem 0;
  position: relative;
  display: inline-block;
}

.editor-tabs ul {
  bottom: -1px;
  line-height: 100%;
  margin: 0;
  padding: 0 0.75rem;
  position: relative;
}
.editor-tabs li {
  display: inline-block;
  margin: 0;
}
.editor-tabs a {
  background-color: #e3e3e3;
  border: 1px solid #bbb;
  border-radius: 5px 5px 0 0;
  color: #000;
  display: block;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}
.editor-tabs a.is-active {
  background-color: #fff;
  border-bottom-color: #fff;
}
.editor-tabs a:hover,
.editor-tabs a:focus {
  text-decoration: underline;
}
