body {
  margin: 0;
}

/* Hide the filename since we're concerned with only one file name */
.d2h-file-header {
  display: none;
}

.d2h-file-wrapper {
  border: none;
  margin-bottom: 0;
  overflow: hidden;
}

.d2h-diff-table {
  border-collapse: separate;
  border-spacing: 0;
  font-family: monospace;
  font-size: 9pt;
  line-height: 1.4;
}

.d2h-diff-table td {
  padding: 0 4px;
}

.d2h-code-side-line {
  padding: 0;
}

/* disable the highlighting of words diff on a line */
.d2h-code-line ins, .d2h-code-side-line ins, .d2h-code-line del, .d2h-code-side-line del {
  background-color: initial;
  vertical-align: initial;
}

.d2h-code-line-prefix {
  display: none;
}

.d2h-code-side-linenumber {
  display: table-cell;
  position: sticky;
  left: 0;
  cursor: auto;
  direction: ltr;
  padding: 0 4px;
  border: none;
  border-right: 1px solid #eee;
  width: fit-content;
}
.d2h-code-side-linenumber::after {
  content: none;
}

/* Don't hide the diff line number because it removes useful context information */
/*.d2h-info {
  display: none;
}*/

.d2h-files-diff {
  display: flex;
}

.d2h-file-side-diff {
  display: block;
  margin-bottom: 0;
  margin-right: 0;
}
.d2h-file-side-diff + .d2h-file-side-diff {
  border-left: 1px solid #888;
}
