.formset-style {
    margin: 1rem 0;
  }
  
  .formset-style label {
    display: block;
    font-weight: bold;
  }
  
  .formset-style input[type="number"] {
    width: 4rem;
    margin-right: 1rem;
  }
  


  .center {
    border: 5px solid;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    background-color: white;
    opacity: .97;
  }
  .headertitle {
    border: 5px solid;
    border-radius: 25px;
    background-color: white;
    opacity: .97;
    text-align: center;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  .helptxt {
    text-align: center;
  }
  .denied-option {
    color: red;
  }

  #background {
    background-image: url("/static/images/Cathedral.jpg");
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
  }
  
  #headertitle {
    text-align: center;
  }
  
  #formset-body > .formset-row:last-child #remove-form {
    display: inline-block;
  }
  
  #formset-body > .formset-row:first-child #remove-form {
    display: none;
  }
  
  #formset-body > .formset-row:last-child #add-form {
    display: none;
  }
