body {
  background: #f9f9f9;
}

[data-tootik][data-tootik-conf*=left] {
  cursor: help;
}
[data-tootik][data-tootik-conf*=left]::before {
  border-left-color: #5bc0de;
}
[data-tootik][data-tootik-conf*=left]::after {
  background: #5bc0de;
}

.d2h-file-wrapper {
  background: white;
}

.d2h-file-list-header, .d2h-tag {
  display: none;
}

.card {
  margin-bottom: 0;
}
#diff {margin: 20px 0;}
@media (max-width: 575px) {
  .d2h-file-side-diff {width: 100%;}

}