ol, ul {
  list-style-position: inside;
}

table {
  border-collapse: collapse;
}

td {
  padding: 3px;
}

body.highlight-anchors *[data-anchor] {
  font-size: inherit !important;
  font-weight: bold !important;
  color: red !important;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #E8E8E8;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #3959FF;
  border-radius: 5px;
}
