#edit-visually-impaired-block {
  background: url(../images/special.png);
  /* display: -webkit-box; */
  width: 43px;
  height: 26px;
  border: 0;
  cursor: pointer;
  /* margin: 0 auto; */
  padding-top: -30px;
}

#edit-visually-impaired-normal-block {
  background: url(../images/normal.png) no-repeat;
  width: 145px;
  height: 72px;
  display: block;
  /* margin: 0 auto; */
  border: 0;
  cursor: pointer;
  float: unset;
  margin-top: -60px;
  /* float: right; */
  left: 0px !important;
  position: absolute;
}

form#visually-impaired-module-special {
  margin-top: -25px;
  margin-left: 110px;
  /* margin-top: -7px; */
}
form#visually-impaired-module-normal {
  /* display: unset; */
  /* float: right; */
  /* position: absolute; */
}
div#edit-revision-log-message-wrapper {
  display: none;
}