.tab-button {
  margin-right: 5px;
  padding: 5px 10px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: pointer;
}
.tab-button:hover {
  background-color: #ddd;
}
.tab-button.active {
  background-color: #444;
  color: white;
  font-weight: bold;
}
.command-entry {
  margin: 8px 0;
}
.command-entry input[type="text"] {
  width: 300px;
  padding: 5px;
}
.new-label {
  color: red;
  font-weight: bold;
  margin-right: 5px;
}
#editor_buttons {
  margin: 8px 0;
}
#editor_buttons input[type="button"] {
  margin-right: 10px;
}
#command-editor {
  width: 100%;
  margin-bottom: 10px;
}
.warning-message {
  color: red;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin: 20px auto;
  max-width: 720px;
  line-height: 1.6;
}