html,
body {
  height: 100%;
}

.header{
  width: 100%;
  clear: both;
}

#fb-template {
  display: none;
}

.content {
  margin: auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 5em;
}

.render-wrap {
  display: none;
}

#edit-form {
  display: none;
  float: right;
}

.editing-form #edit-form {
  display: block;
}

div input.number{
  text-align: left;
}