#adminButton{
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1001;
}
.icon-blank::before {
  width: .8em;
  content: ' ';
}
.editButton{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 100;
}
.cancelButton{
	position: absolute;
	top: 0px;
	right: 27px;
	cursor: pointer;
	z-index: 100;
}
.approveButton{
	position: absolute;
	top: 0px;
	right: 68px;
	cursor: pointer;
	z-index: 100;
}
.editable{
  position: relative;
}
.regText{
  position: relative;
}
.editor {
  min-height: 30px;
}
.tests .editor{
  min-height: 50px;
}