div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  padding-top: 0;
  border-top: 0;
}

.download-container .table {
  display: table;
}

.download-container .download-table {
  margin-bottom: 15px;
}

.download-container .download-table-container {
  padding: 15px 0;
}

.download-container .download-table-container.collapse,
.download-container .download-table-container.collapsing {
  border: 1px solid lightgrey;
  padding: 8px;
  margin-top: 15px;
}

.download-container .btn-primary.focus,
.download-container .btn-primary:focus {
  color: #FFF;
}

.download-container .num-files {
  border-radius: 11px;
  background: #91c0f3;
  width: 22px;
  display: block;
  height: 22px;
  text-align: center;
  font-size: 12px;
  color: #000;
  line-height: 22px;
}

.download-container .dataTables_wrapper {
  width: 100%;
  overflow: auto;
}

.download-container .dataTables_wrapper .row:nth-child(1) {
  background: #007bff;
  justify-content: flex-end;
  align-items: flex-end;
}

.download-container .no-pagination .dataTables_wrapper .row:nth-child(1) > div:nth-child(1) {
  display: none;
}
.download-container .no-pagination .dataTables_wrapper .row:nth-child(1) > div:nth-child(2) {
  flex: 0 0 100%;
  max-width: 100%;
}

.download-container .dataTables_wrapper .dataTables_filter {
  padding-top: 8px;
  margin-right: 8px;
  color  : #FFF;
}
