.hornet.dialog.bottom {
  position: fixed;
  width: 100%;
  height: 50%;
  z-index: 1;
  left: 0;
  bottom: 0;
  border-top: 2px solid #000;
  background: #fff;
  overflow-y: auto;
  -webkit-box-shadow: 0px 0px 5px #555;
}

.hornet.dialog.bottom.minimized {
  height: 35px;
  overflow-y: hidden;
}

.hornet.dialog.bottom .toolbar {
  padding: 8px 10px 0;
  text-align: right;
  height: 27px;
  border-bottom: 1px solid #ddd;
  background: #eee;
  font-size: 14px;
}

.hornet.dialog.bottom .toolbar div {
  display: inline;
}

.hornet.dialog.bottom .toolbar div,
.hornet.dialog.bottom .toolbar a {
  margin: 0 5px 0 0;
  font-size: 14px;
}

.hornet.dialog.bottom .toolbar a {
  text-decoration: none;
  color: #004080;
}

.hornet.dialog.bottom.minimized .toolbar a.hide {
  display: none;
}

.hornet.dialog.bottom .section {
  margin: 10px;
  overflow: hidden;
}

.hornet.dialog.bottom .field {
  width: 50%;
  margin: 10px 0 0;
  float: left;
}

.hornet.dialog.bottom .field label {
  padding-left: 5px;
  font-weight: bold;
  width: 40%;
}

.hornet.dialog.bottom .tools {
  font-size: 13px;
  padding-left: 5px;
}

.hornet.dialog.bottom h2 {
  font-weight: bold;
  font-size: 18px;
  background: #eee;
  padding: 3px 5px;
  border: 1px solid #ddd;
}

.hornet.dialog.bottom h3 {
  font-size: 14px;
}