.hornet.editor {
  padding: 1px 0;
}

.hornet.editor .field {
  margin: 5px 1%;
}

.hornet.editor .field label,
.hornet.editor .field input,
.hornet.editor .field textarea {
  width: 99%;
}

.hornet.editor .field label {
  float: none;
  margin: 2px 0;
  font-size: 14px;
  font-weight: bold;
}

.hornet.editor .field input,
.hornet.editor .field textarea {
  border: 1px solid #999;
}

.hornet.editor .field .help {
  width: 99%;
  background: #eee;
  border: 1px solid #999;
  font-size: 13px;
  margin: 5px 0;
  padding: 1px 0;
}

.hornet.editor .field .help p {
  margin: 10px;
}

.hornet.editor .field h1,
.hornet.editor .field h1 input {
  font-size: 22px;
}

.hornet.editor .field.content_excerpt textarea {
  height: 100px;
}

.hornet.dialog.bottom .attachment {
  width: 50%;
  overflow: hidden;
  margin: 10px 5px;
}

.hornet.dialog.bottom .attachment.hidden {
  display: none;
}

.hornet.dialog.bottom .attachment select {
  margin-right: 10px;
}

.hornet.dialog.bottom .attachment span {
  font-size: 13px;
}

.hornet.dialog.bottom .attachment a {
  font-size: 12px;
  margin-left: 10px;
  color: #004080;
  text-decoration: none;
}