.question-content-autobs table tbody tr td {
  vertical-align: middle;
}

.question-content-autobs table thead tr th button.add-button {
  padding: 0 6px;
}

.question-content-autobs table thead tr th.controls {
  text-align: right;
}

.question_editor .render-block a.edit_cms {
  display: block;
  opacity: 0;
  position: absolute;
  right: 70px;
  top: 0;
  height: 53px;
  width: 85px;
  border: 1px solid #e4eaec;
  border-radius: 5px;
  font-size: 12px;
  color: #b7bdc0;
  background: #fff;
}
.question_editor .render-block a.edit_cms span {
  display: block;
  position: absolute;
  bottom: 2px;
  width: 100%;
  text-align: center;
}
.question_editor .render-block a.edit_cms i.fa {
  position: absolute;
  width: 100%;
  top: 10px;
  text-align: center;
  font-size: 20px;
}
.question_editor .render-block a.edit_cms:hover {
  color: #505f69;
}
.question_editor .render-block:hover a.edit_cms {
  opacity: 1;
}