.jsEnabled.page-loading.actionEdit #content_wrapper {
  background-image: url(../common/images/ajax-loader.gif);
  min-height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
}
.jsEnabled.page-loading.actionEdit #content_wrapper #content {
  display: none;
}
#mw-anon-edit-warning {
  background: none;
  /* use -webkit prefix for older android browsers eg. nexus 1 */

  -moz-background-size: auto 50px auto;
  -o-background-size: auto 50px auto;
  -webkit-background-size: auto 50px auto;
  background-size: auto 50px auto;
  background-position: 10px center;
  border: solid 1px #aaa;
  padding: 15px;
  font-size: 1em;
  padding-left: 60px;
  margin-bottom: 8px;
  line-height: 20px;
  background-image: url(../modules/images/warning.png);
  background-repeat: no-repeat;
  cursor: pointer;
  width: 100%;
  color: black;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.templatesUsed,
#editpage-copywarn {
  margin-top: 8px;
  font-size: 0.75em;
  font-style: italic;
}
.templatesUsed .mw-templatesUsedExplanation,
#editpage-copywarn .mw-templatesUsedExplanation {
  font-weight: bold;
}
.templatesUsed li,
#editpage-copywarn li {
  display: inline;
  margin-right: 8px;
}
#editform textarea,
#editform input {
  border: none;
  box-shadow: none;
}
#editform textarea.section_heading {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: normal;
}
#editform textarea,
#editform input.mw-summary {
  font-size: 1em;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: solid 1px #ccc;
}
#editform .content_block input,
#editform .section_heading input {
  border: none;
  margin: 0;
  font-size: 1em;
  position: relative;
  width: 60%;
}
#editform #wpSave {
  display: block;
  margin-bottom: 10px;
}
