body.main {
  width: 94%;
  margin: 0 auto;
}

footer {
  margin: 3em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 4px;
}

fieldset {
  display: inline-block;
}

[popover] {
  max-width: min(70em, 90%);
}

.alert {
  padding: 20px 10px;
  font-style: italic;
}

.intro {
  max-width: 70em;
  margin-bottom: 20px;
}

.intro_more {
  margin-top: 3em;
}

.form-group {
  margin-left: 10px;

  label {
    width: auto;
    display: inline;
  }
}

.phil {
  border-collapse: collapse;
  margin-bottom: 5px;
  max-height: 80%; /* or we could have different pixel counts, but maybe this works? */
  overflow-y: auto;

  thead th {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1; /* otherwise graphs poke thru */

    button {
      border: none;
      background: none;
    }
  }

  td {
    border: 1px solid;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
  }

  tr:nth-child(even) {
    background: #f9f9f9;
  }

  .progress-bar {
    max-width: 80%;
    margin: auto;
    margin-top: 18px;
  }
}

.table_head {
  margin-top: 3em;
  text-align: center;
}


@media screen and (width <= 960px) {
  .onlybig {
    display: none;
  }
}
