body {
  font-family: 'Arial', sans-serif;
}

.book-body .page-wrapper .page-inner {
  max-width: 900px;
}

code, pre {
  font-family: 'Courier New', monospace;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th, table td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: left;
}

table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

table tr:nth-child(even) {
  background-color: #fafafa;
}

li:has(> .gitbook-link),
li.divider:has(+ li > .gitbook-link) {
  display: none !important;
}
