h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.33;
}

table.event-summary {
  margin: 1em;
  border: 3px solid white;
  background: white;
  width: 95%;
}
table.event-summary th {
  white-space: nowrap;
}
table.event-summary th, table.event-summary td {
  vertical-align: top;
}

.form-group.row.line-top {
  border-top: solid 1px lightgray;
  padding-top: 4px;
}
.form-group.row.line-bottom {
  border-bottom: solid 1px lightgray;
  padding-bottom: 4px;
}
.form-group.row > label, .form-group.row > div {
  padding-top: 4px;
}

.jumbotron {
  padding: 1rem;
}
.jumbotron h1 {
  font-size: 1.5rem;
  text-align: center;
}

label.form-check-label {
  margin-left: 1.5rem;
}

form.entry-form {
  background-color: #fffcd5;
  padding: 1em;
}

.form-control::-webkit-input-placeholder {
  color: #ccee00;
}

.form-control::-moz-placeholder {
  color: #ccee00;
}

.form-control:-ms-input-placeholder {
  color: #ccee00;
}

.form-control::-ms-input-placeholder {
  color: #ccee00;
}

.form-control::placeholder {
  color: #ccee00;
}

.container > p:first-of-type {
  margin-top: 2rem;
}

@media print {
  @page {
    size: A4;
  }
  html {
    font-size: 18px;
  }

  .no-print {
    display: none;
  }

  a {
    text-decoration: none;
  }
}