body.customers {
  text-align: center; }
  body.customers #app-canvas {
    max-width: 800px;
    width: 100%;
    margin: auto;
    padding-top: 0px; }
  body.customers h1, body.customers h2, body.customers h3, body.customers h4 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.33em; }
  body.customers .form-field {
    margin-bottom: 1.5em;
    text-align: center; }
    body.customers .form-field label {
      min-width: 120px;
      padding-right: 0.5em;
      clear: both;
      display: block;
      margin-bottom: 0.25em; }
    body.customers .form-field input[type=submit] {
      width: 100%;
      max-width: 240px;
      margin: auto; }
    body.customers .form-field textarea#rooms {
      min-height: 32em; }
  body.customers .customers-list {
    margin-bottom: 1em; }
    body.customers .customers-list li {
      padding: 0.5em 0;
      text-align: center; }
      body.customers .customers-list li:nth-child(odd) {
        background-color: #eee; }
      body.customers .customers-list li h2 {
        margin: 0 0 0.5em 0; }
      body.customers .customers-list li a, body.customers .customers-list li input {
        display: inline-block;
        text-align: center;
        background-color: #42FF9E;
        border: 1px solid #3f3f3f;
        padding: 0.5em;
        margin-bottom: 0.5em;
        line-height: 1em;
        color: #3f3f3f; }
        body.customers .customers-list li a.hidden, body.customers .customers-list li input.hidden {
          display: none; }
