.all-documents-table .v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
.all-documents-table .v-data-table > .v-data-table__wrapper > table > tbody > tr > td,
.all-documents-table .v-data-table > .v-data-table__wrapper > table > thead > tr > th,
.all-documents-table .v-data-table > .v-data-table__wrapper > table > thead > tr > td,
.all-documents-table .v-data-table > .v-data-table__wrapper > table > tfoot > tr > th,
.all-documents-table .v-data-table > .v-data-table__wrapper > table > tfoot > tr > td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: auto;
}
.v-data-table__wrapper tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.date {
  font-size: 0.7em;
}
