@import "./style.css";

.title {
  font-size: 32px;
  margin-bottom: 32px;
}

.body {
  padding-bottom: 80px;
}

.doc {
  font-size: 12px;
}

.doc p {
  margin: 1em 0;
}

.doc h1 {
  font-size: inherit;
  margin: 0;
}

.doc ul,
.doc ol {
  padding: 0;
  list-style-position: inside;
}

.doc table {
  width: 100%;
  font-size: inherit;
  border-collapse: collapse;
}

.doc th,
.doc td {
  border: 1px solid #CCC;
}

.outline-table {
  font-size: 14px;
}

.outline-table th,
.outline-table td {
  border-bottom: 1px solid #CCC;
  padding: 0.5em;
  text-align: inherit;
}
