#edit {
  height: 100%;
}
#edit-generic {
  padding: 8px;
}
#edit-generic .edit {
  margin-top: 50px;
}
#edit-generic .edit .frame img {
  width: 100%;
  height: auto;
}
/** textarea */
textarea#rName,
textarea#rValue {
  min-height: 2em;
	max-height: 50vh;
	width: 100%;
}
/** text-anchor */
.nFont_text-anchor i.fas {
  color: #505050;
  padding: 4px;
  border-radius: 2px;
}
.nFont_text-anchor i.fas.checked {
  color: #fefefe !important;
  background: #505050;
}
.nFont_text-anchor i.fas:hover {
  color: #efefef;
  background: #808080;
}

