.tab, .nodisplay {
  display: none;
}

.expander h3 {
  margin-bottom: 12px;
  font-size: 15px;
}

.tabbar {
  border-bottom: 1px solid #EC1B23;
  margin: 18px 0 23px 0;
  overflow: hidden;
}

.tabbar button {
  background: #6C6D6F;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 8px 18px;
  cursor: pointer;
  float: left;
  margin: 2px 0 0 2px;
}

.tabbar button:hover {
  background: #545556;
}

.tabbar button.active {
  background: #EC1B23;
  border-bottom: 1px solid #EC1B23;
}

textarea.keymatch_field {
  width: 96%;
  height: 100px;
  margin-bottom: 12px;
  font-family: Courier, monospace;
  font-size: 11px;
  line-height: 12px;
}

.box_error h2, .box_ok h2, .box_default h3 {
  margin-bottom: 8px;
}

.box_error p.nomargin, .box_ok p.nomargin, .box_default p.nomargin {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.box_default .code {
  font-family: Courier, monospace;
}