.fullwidth-section {
  line-height: 1.6;
}
.fullwidth-section h1, .fullwidth-section h2, .fullwidth-section h3, .fullwidth-section h4, .fullwidth-section h5, .fullwidth-section h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.fullwidth-section p {
  margin: 0 0 1rem 0;
}
.fullwidth-section ul,
.fullwidth-section ol {
  margin: 0 0 1rem 1.5rem;
  padding: 0;
}
.fullwidth-section li {
  margin-bottom: 0.5rem;
}
.fullwidth-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.5rem 0;
}
.fullwidth-section th,
.fullwidth-section td {
  padding: 0.75rem 1rem;
  text-align: left;
}
.fullwidth-section thead th {
  border-bottom: 2px solid #ddd;
}
.fullwidth-section tbody tr + tr {
  border-top: 1px solid #f0f0f0;
}
.fullwidth-section a {
  text-decoration: underline !important;
}
