.input-group {
  flex-wrap: nowrap !important; }

#search-query {
  height: 48px;
  min-width: 0;
  flex: 1; }

#search-submit {
  height: 48px;
  flex-shrink: 0;
  white-space: nowrap; }

figure figcaption {
  padding-top: 6px;
  text-align: center; }

.dataset-tool-icon {
  float: left;
  padding-left: 20px;
  padding-top: 10px; }

.dataset-tool-img {
  height: 72px;
  border: 1px solid #adadad; }

.dataset-db-xref-img {
  height: 24px;
  margin-left: 6px; }

.dataset-image-icon {
  float: left;
  padding-left: 20px;
  padding-top: 10px; }

.dataset-image-thumbnail {
  height: 100px;
  border: 1px solid #adadad; }

.panel {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #d0d1d5;
  margin-bottom: 20px;
  padding: 10px; }

.tab-pane {
  padding: 15px; }

.dataset-table {
  width: 100%; }

#sample-table.dtr-inline.collapsed > tbody > tr > td.dtr-control,
#downloads-table.dtr-inline.collapsed > tbody > tr > td.dtr-control,
#vitessce-table.dtr-inline.collapsed > tbody > tr > td.dtr-control {
  white-space: nowrap; }

#sample-table.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
#downloads-table.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
#vitessce-table.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
  display: inline-block;
  float: none;
  margin-right: 0.5em;
  vertical-align: middle; }

#sample-table.dtr-inline.collapsed > tbody > tr > td.dtr-control > a,
#downloads-table.dtr-inline.collapsed > tbody > tr > td.dtr-control > a,
#vitessce-table.dtr-inline.collapsed > tbody > tr > td.dtr-control > a {
  display: inline;
  vertical-align: middle; }

@media (max-width: 768px) {
  .div--display-desktop {
    display: none; }

  .div--display-mobile {
    display: block; }

  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  #no-more-tables tr {
    border: 1px solid #ccc; }

  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30%;
    white-space: normal;
    text-align: left; }

  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold; }

  /*
  Label the data
  */
  #no-more-tables td:before {
    content: attr(data-col-title); }

  div.col-sm-12 div.analysis-view-details {
    width: 100%; }
    div.col-sm-12 div.analysis-view-details input.single-entity-query-text {
      margin: 10px 0;
      width: 100%; } }

/*# sourceMappingURL=datasetpage.css.map */
