body {
  color: #1b1b1b;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  line-height: 1.55;
  margin: 0;
}

header,
main,
footer {
  max-width: 58rem;
  margin: 0 auto;
  padding: 1.25rem;
}

header {
  border-bottom: 0.15rem solid #23527c;
}

footer {
  border-top: 0.15rem solid #23527c;
  margin-top: 2rem;
}

nav ul {
  padding-left: 1.5rem;
}

a {
  color: #0645ad;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0.2rem solid #d35400;
  outline-offset: 0.15rem;
}

table {
  border-collapse: collapse;
  margin: 1rem 0;
  width: 100%;
}

th,
td {
  border: 0.08rem solid #555555;
  padding: 0.5rem;
  text-align: left;
  vertical-align: top;
}

caption {
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: left;
}

fieldset {
  border: 0.08rem solid #555555;
  margin: 1rem 0;
  padding: 1rem;
}

label,
legend {
  font-weight: bold;
}

input,
select,
textarea,
button {
  display: block;
  font: inherit;
  margin: 0.35rem 0 1rem;
  max-width: 100%;
}

.inline-control {
  display: inline;
  margin-right: 0.35rem;
}

.notice {
  border-left: 0.35rem solid #23527c;
  padding-left: 1rem;
}
