#federal-credentials {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f4f4f4;
  padding: 2em;
  border-radius: 8px;
  margin-top: 2em;
  color: #1a1a1a;
}

#federal-credentials h2,
#federal-credentials h3 {
  color: #1a1a1a;
  margin-top: 1em;
}

#federal-credentials table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}

#federal-credentials table th,
#federal-credentials table td {
  text-align: left;
  padding: 0.5em;
  vertical-align: top;
}

#federal-credentials table tr:first-child {
  background-color: #ddd;
}

#federal-credentials blockquote {
  margin-top: 1em;
  font-style: italic;
  color: #555;
}

#federal-credentials ul {
  margin-top: 1em;
  padding-left: 1.2em;
}

#federal-credentials a.btn-download {
  display: inline-block;
  margin-top: 1em;
  background-color: lightblue;
  color: black;
  padding: 0.6em 1.2em;
  text-decoration: none;
  border-radius: 4px;
}
.box-fed a {
margin-top: 1em;
  font-style: italic;
  color: lightblue;
}