div.editor {
  background-color: #eee;
  padding: 5px;
}

div.editor button {
  font-size: 10px;
  color: white;
  background-color: black;
  border: none;
}

div.editor button:hover {
  cursor: pointer;
}

div.editor form textarea {
  height: 380px;
}

div.editor table form input.widetext {
  width: 300px;
}

div.editor table form input.superwidetext {
  width: 500px;
}

div.editor form input.smallnumber {
  width: 45px;
  text-align: center;
}

div.editor form input.verysmallnumber {
  width: 25px;
  text-align: center;
}

div.editor form input, select {
  font-size: 12px;
}

div.editor .red {
  background-color: red;
  color: white;
  padding: 2px;
}

div.editor .green {
  color: white;
  background-color: green;
  padding: 2px;
}

div.editor .seperator {
  display: block;
  margin-top: 5px;
  border-top: 1px solid black;
}

div.editor tr.stripe td {
  background-color: skyblue;
}

div.editor form input.superwidetext {
  width: 500px;
}

div.editor form input.smallnumber {
  width: 45px;
  text-align: center;
}

div.editor form input.verysmallnumber {
  width: 25px;
  text-align: center;
}

button.edit {
  font-size: 11px;
}

button.edit {
  font-size: 10px;
  color: white;
  background-color: black;
  border: none;
}

button.edit:hover {
  cursor: pointer;
}

.error, .success {
  width: 300px;
  padding: 4px;
  border: 1px solid;
}
