/* tabs */
dl.ckeditor-tabber {
  margin: 1em 0;
  position: relative;
  clear: left;
  border: solid #333;
  border-width: 0 0 1px 1px;
}
dl.ckeditor-tabber dt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  line-height: 2;
  text-align: center;
  display: inline-block;
  background: #CCC;
  border: solid #333;
  border-width: 1px 1px 0 0;
}
dl.ckeditor-tabber dt a {
  height: 30px;
  display: block;
}
dl.ckeditor-tabber dt.current {
  background: #FFF;
  border-bottom: 1px solid #FFF;
  position: relative;
  z-index: 2;
}
dl.ckeditor-tabber dt.current a {
  height: 29px;
}
dl.ckeditor-tabber dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 1em;
  position: absolute;
  top: 30px;
  background: #FFF;
  border: solid #333;
  border-width: 1px 1px 0 0;
}
