.toolbar[data-v-7c7461cc] {
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  padding: 5px;
}.collection .sub-title {
  color: #aaaaaa;
  font-size: 12px;
}
.collection .dataList table.v-table thead tr:not(.v-datatable__progress) th,
.collection .dataList table.v-table tbody tr td {
  padding: 8px !important;
  font-size: 12px;
}
.collection .dataList table.v-table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
.collection .dataList table.v-table.theme--dark tbody tr:nth-child(even) {
  background-color: #1f1f1f;
}
.collection .nodecoration {
  text-decoration: none;
}
.collection .site-name {
  vertical-align: middle;
}