abbr[title] {
  text-decoration: none;
}

.hidden {
  display: none;
}

.usa-hero-callout .usa-button {
  margin-top: 4rem;
}

.usa-link-medium {
  background-image: url('/assets/images/medium.png');
}

.usa-link-github {
  background-image: url('/assets/images/github.png');
}

.usa-footer-contact-links .usa-link-generic {
  text-decoration: none;
}

.usa-layout-docs-main_content header h1 {
  margin-top: 0;
}

.usa-content .usa-layout-docs-main_content p {
  max-width: none;
}

/* Decision Tree UI */
.tree-node {
  display: none;
}

.tree-node.active {
  display: block;
}

.tree-reset {
  text-align: right;
}

.tree-node-answer {
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  font-size: 1.1em;
  font-weight: bold;
  margin: 1em auto;
  text-align: center;
  width: 60%;
}

.project-submission-form {
  margin-top: 3em;
  max-width: none;
}

.project-submission-form > p {
  margin: 0 0 2em 0;
}

.project-submission-form fieldset + fieldset {
  margin-top: 3em;
}

.honeybucket {
  display: none;
}

.page-home .usa-section-dark .usa-button {
  color: #fff;
}
