  /**
 * @file
 * Visual styles for the Thank You pages form.
 */
.thank-you-content .table-title {
  margin-bottom: 0.5em;
}
.thank-you-content .table-title + table {
  margin-top: 0;
}
.thank-you-content .table-subtitle {
  color: #444;
  font-size: 0.83em;
  font-weight: normal;
  margin: 1em 0 0;
  line-height: 1.25;
}
.thank-you-content .table-subtitle + table {
  margin-top: 1em;
}
.thank-you-content .table-head-left tr th {
  text-align: left;
}
.thank-you-content .table-full-width {
  width: 100%;
}
.thank-you-content .table-vertical tr th {
  text-align: left;
  vertical-align: top;
  width: 33%;
  border-bottom-width: 1px;
}
.thank-you-content .table-vertical tr td {
  vertical-align: top;
}
.thank-you-content .table-vertical tr td ul {
  margin: 0;
  padding-left: 1em;
}
.thank-you-content a.pseudo-button {
  color: #000;
  font-family: "Oswald", Tahoma, Verdana, "DejaVu Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ccc;
  padding: 4px 8px;
  display: inline-block;
}
.thank-you-content a.pseudo-button:hover, .thank-you-content a.pseudo-button:active, .thank-you-content a.pseudo-button:focus {
  color: white;
  background-color: #444;
}
.thank-you-content table {
  border-spacing: 0;
  margin-bottom: 1.5rem;
}
.thank-you-content table .odd {
  background: #f0f0f0;
}
.thank-you-content table td.empty {
  text-align: center;
  padding: 20px;
}
.thank-you-content table td.empty p {
  margin: 0;
}

/*# sourceMappingURL=thank-you.css.map */