a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  color: #181a1b;
  text-decoration: none;
  text-shadow: 0 0.25rem 0.5rem rgba(5, 5, 5, 0.3);
}

iframe {
  height: 11.875rem;
  max-width: 40.625rem;
  width: 100%;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

p {
  margin: 0;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  max-width: 37.5rem;
  width: 100%;
}

td {
  padding: 0.625rem;
  text-align: center;
  vertical-align: top;
}

.center {
  text-align: center;
}

.button {
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  width: 12.438rem;
}

.margin {
  margin-bottom: 2em;
}

.red {
  color: #red;
}

.section-divider {
  border-top: 1px solid #ccc;
  margin: 1.25rem 0;
}

.standalone {
  max-width: 100%;
  width: 31.25rem;
}
