.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; }

table.dataTable tbody td {
  vertical-align: top; }

.dataTables_filter {
  margin-top: 6px; }

.dataTables_filter input {
  border: 1px solid rgba(0, 0, 0, 0.15); }

.dataTables_filter label {
  color: #005295; }

.explore_icon {
  height: 14px; }

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

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

  .div--display-mobile form {
    margin-bottom: 15px; }

  #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; }
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #no-more-tables tr {
    border: 1px solid #cccccc; }
  #no-more-tables td {
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 30%;
    white-space: normal;
    text-align: left; }
  #no-more-tables td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-col-title); } }
.external__nav,
.external__nav__subnav {
  list-style-type: none; }

.external__nav {
  line-height: 12px;
  text-align: left;
  margin: 3px 0;
  padding-inline-start: 0px !important; }
  .external__nav li {
    display: inline-block;
    padding: 0; }
    .external__nav li:hover .external__nav__subnav {
      display: block;
      opacity: 1; }
  .external__nav a {
    font-size: 17px; }

.external__nav__subnav {
  background: white;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  display: none;
  line-height: normal;
  margin: -1px 0 0 -3px;
  max-width: 200px;
  min-width: 150px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-align: left;
  transition: opacity 0.2s;
  z-index: 2; }
  .external__nav__subnav li {
    display: block;
    padding: 2px; }
  .external__nav__subnav a {
    border-left: 2px solid transparent;
    font-size: 15px;
    display: block;
    margin: 0;
    padding: 4px 8px; }
    .external__nav__subnav a:hover {
      border-color: #198cea; }

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