/* css for simple text page */

.simple-content {
  font-size: 14px;
  line-height: 1.8;
}

.simple-section {
  padding-bottom: 10px;
  border-bottom: 1px dashed #bbaa8d;
  margin-bottom: 20px;
}

.simple-section2 {
  margin-bottom: 30px;
}

.simple-heading {
  border-bottom: 1px dashed #bbaa8d;
  margin: 10px 0 9px;
  padding-bottom: 10px;
  font-size: 18px;
}

.simple-heading a {
  text-decoration: none;
}
.simple-heading a:hover {
  text-decoration: underline;
}

.simple-heading2 {
  margin: 0.5em 0;
  font-size: 18px;
}

.simple-heading2 a {
  text-decoration: none;
}
.simple-heading2 a:hover {
  text-decoration: underline;
}

.simple-block {
  border: 1px dashed #bbaa8d;
  padding: 10px;
}