/* Scrollbars */

*::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}

*::-webkit-scrollbar-thumb {
    background-color: #dae1e7;
    border-radius:  2px;
}

*:hover::-webkit-scrollbar-thumb {
    background-color: #a8afb5;
}

img {
  pointer-events: none;
  padding: inherit;
  margin:auto;
  display: block;
}

.table-note {
    color: Tomato;
    padding-top: 1em;
}

.table-header {
    background-color: #cccef6;
}

.table-subheader {
    background-color: #eaebff;
}

.table-report-blocks h4 {
    margin-top: 10px;
}

.table-report-blocks tr > td:first-child  {
    white-space: nowrap;
}

.documentation>h5 {
    font-size: 16px;
    margin-bottom: 1em;
}
