ul.gem-map-credits {
    margin-bottom: 0.25rem;
}

div.gem-map-credits-tags {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.gem-bottom-spaced {
    margin-bottom: 0.25rem;
}

div.gem-user-actions {
    margin-bottom: 0.25rem;
}

.gem-display-inline-block {
    display: inline-block;
}


/* Dynamic vertical resizing */
.right-panel-top {
  flex: 0 0 auto;
  /* only manually resize */
  padding: 10px !important;
  padding-right: 0 !important;
  height: 50%;
  max-height: calc(100vh - 150px);
  overflow-y: clip;
}
.right-subpanel-top {
  padding-right: 10px !important;
  height: 100%;
  overflow-y: auto;
}
.right-splitter-horizontal {
  flex: 0 0 auto;
  height: 12px;
  background: url(../img/hsizegrip.png) center center no-repeat #535354;
  cursor: row-resize;
}
.right-panel-bottom {
  flex: 1 1 auto;
  /* resizable */
  padding: 10px !important;
  min-height: 200px;
  overflow-y: auto;
}
/* END Dynamic vertical resizing */

.capitalized {
    text-transform: capitalize;
}
