h1 {
  font-size: 22px;
}
.section-header {
  margin: auto !important;
  text-align: center;
}
.section-row {
  padding: 20px;
}
.section-cell {
  margin: auto !important;
  width: 100%;
  max-width: 500px;
}
.section-buttons {
  margin: auto !important;
  width: 100px;
}
.section-buttons div {
  text-align: center;
}
div.cell-container div {
  width: 50%;
}
div.cell-container div:nth-child(1) {
  text-align: right;
  padding-right: 5px;
}
div.cell-container div:nth-child(2) {
  padding-left: 5px;
}
.ajaxable div:nth-child(2) {
  display: none;
}
.div-note {
  margin: auto;
  width: auto;
  text-align: center;
}
