[v-cloak] {
  display: none;
}

.prose p {
  margin-bottom: 1rem;
}

.prose ul:not(.list-style-none) {
  list-style-type: circle;
  margin: 1rem;
}

.prose ol:not(.list-style-none) {
  list-style-type: upper-roman;
  margin: 1rem;
}

.prose table {
  table-layout: fixed;
  border-collapse: collapse;
  margin: 2rem 1rem;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.prose thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
}

.prose th,
.prose td {
  padding: 20px;
}

.prose tbody tr {
    border-bottom: 1px solid #dddddd;
}

.prose tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.prose tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.prose tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}