.static_editor_element {
  border: 1px solid red;
  background: #CCC;
  padding: 5px;
  color: highlight;
}

.static_editor {
}
.static_editor .panel {
}
.static_editor .panel .body {
}
.static_editor .panel .body table {
  width: 100%;
  text-align: left;
}
.static_editor .panel .body table tr {
}
.static_editor .panel .body table tr th {
  text-align: center;
}

.static_editor .panel .body table tr td {
  padding: 3px;
  border: 1px solid #bbb;
}
.static_editor .panel .body table tr td textarea {
  width: 100%;
}

.static_editor .panel .body table tr td .editor_button {
  cursor: pointer;
}
.static_editor .panel .body table tr .key {
  display: none;
}
