/* style field lists */

img.broder {
    border: 1px solid black;
}

.fa-chevron-right {
    font-size: 10px;
}

ul.wy-breadcrumbs li {
    font-size: 10pt;
}

/* adds scrollbar to sidenav */
.wy-side-scroll {
  width: auto;
  overflow-y: auto;
}

td > div.line-block, th > div.line-block {
  margin-bottom: 0px !important;
}

table.docutils td > p {
  margin-top: 16px;
  white-space: normal;
}

table.docutils td > p:nth-of-type(1) {
  margin-top: 0px;
  white-space: normal;
}