/* Keep the Map Index header horizontally synchronized with the map rows. */
.map-list-shell{
  overflow-x:auto!important;
  overflow-y:hidden!important;
}

.map-list-header,
.map-list-scroll{
  min-width:850px;
}

.map-list-scroll{
  max-height:46vh;
  overflow-y:auto!important;
  overflow-x:hidden!important;
}

@media(max-width:650px){
  .map-list-header,
  .map-list-scroll{
    min-width:642px;
  }
}
