.wp-admin .comment pre {
  background: pink; /* they forgot the language! */
  padding: 6px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
}

.wp-admin .comment pre[class] {
  background: #fff; /* language (likely) there */
}

fieldset {
  /*overflow: hidden*/
}

.devona_radio_field {
  float: left;
  clear: none;
}

.devona_radio_field label {
  float: left;
  clear: none;
  display: block;
  padding: 8px 2em 0 0;
}

.devona_radio_field input[type=radio],
.devona_radio_field input.radio {
  float: left;
  clear: none;
  margin: 8px 4px 0 0px;
}
#category-adder {
    display: none;
    visibility: hidden;
}
div.form-field.term-slug-wrap{
	display: none;
}