.search-result-view {
  height: 100%;
}

.result-contents {
  margin-top: 5px;
  height: calc(100% - 60px);
  overflow-y: scroll;
  overflow-x: hidden;
}

.download-control {
  width: 100%;
  margin-bottom: 5px;
}

.panel-footer {
  padding: 5px !important;
}

.dropdown {
  position: relative;
  z-index: 10;
}

.dropdown-menu {
  padding-left: 10px;
  padding-right: 10px;
}

.select-all {
  position: absolute;
  width: calc(100% - 10px);
  bottom: 0;
  margin-bottom: 5px;
}
