a {
  color: inherit;
  text-decoration: none;
}
/* #content a.external {
  color: #005aff !important;
} */
table {
  border: 1px solid #e1e4e5;
  empty-cells: show;
  border-spacing: 0;
  border-collapse: collapse;
}
table th {
  overflow: visible;
  padding: 8px 16px;
}
table th > p {
  line-height: 1rem;
  margin-bottom: 0;
}
table thead {
  color: #000;
  text-align: left;
  vertical-align: bottom;
  white-space: nowrap;
}
table thead th {
  font-weight: 700;
  border-left: 1px solid #e1e4e5;
}
table thead th:first-child {
  padding-left: 16px;
  border-left-width: 0;
}
table tbody tr {
  border-bottom-width: 1px;
  border-color: #e1e7ef;
  /* border-color: hsl(var(--border)); */
}
table tbody td:first-child {
  padding-left: 16px;
}
table tr:nth-child(2n-1) td {
  background-color: #f3f6f6;
} 
table td:first-child {
  border-left-width: 0;
}
table tbody td {
  border-bottom: 1px solid #e1e4e5;
  border-left: 1px solid #e1e4e5;
  vertical-align: middle;
  margin: 0;
  overflow: visible;
  padding: 8px 16px;
  vertical-align: middle;
}
.page-versions {
  position: relative;
  line-height: 1;
}
.page-versions #version-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120px;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  text-align: left;
}
.page-versions #version-menu-toggle.active {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page-versions #version-menu {
  width: 120px;
  border: 1px solid #cfcfcf;
  display: flex;
  flex-direction: column;
  color: inherit;
  line-height: inherit;
  position: absolute;
  z-index: 3;
  white-space: nowrap;
  border: 1px solid #cfcfcf;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: none;
  background: #fff;
}
.page-versions #version-menu .version {
  padding: 10px 10px;
}
.page-versions #version-menu .version:hover {
  background: #005aff;
  color: #fff;
}
.navbar-top {
  display: flex;
  height: 100%;
  align-items: center;
}

.navbar-top .navbar-item {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
}
.container .navbar-top .navbar-item:last-child {
  padding-right: 0;
}

.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-top .navbar-item.has-dropdown:hover {
  background: #005aff;
  color: #fff;
}
.navbar-item, .navbar-link {
  position: relative;
  padding: 5px 20px;
  white-space: nowrap;
}
.navbar-item.dropdown, .navbar-link {
  padding-right: 35px;
}
.navbar-top .navbar-link::after {
  border-color: currentColor;
  border-width: 0 0 1px 1px;
  border-style: solid;
  content: "";
  display: block;
  height: 8px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
  margin-top: -5px;
  right: 20px;
  top: 50%;
}
.navbar-dropdown {
  color: #333;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  display: none;
  flex-direction: column;
  top: 100%;
  left: 0;
  min-width: 100%;
  position: absolute;
}
.navbar-dropdown .navbar-item {
  padding: 10px 20px 10px 20px;
  white-space: nowrap;
}
.navbar-dropdown a.navbar-item:hover {
  background: #f5f5f5;
}
.navbar-item .button {
  display: inline-flex;
  background: #005aff;
  border-radius: 4px;
  color: #fff;
  padding: 10px 20px;
  white-space: nowrap;
}
