.recordBrowser {
  margin-bottom: 1.3em;
  margin-left: 0;
  padding-bottom: 1em;
}
.recordBrowser li {
  cursor: pointer;
  float: left;
  list-style: none;
  margin: 2px;
  padding: 4px 0;
  position: relative;
}
.opacity08 {
  opacity:.8;
}
#tx-browser-pi1-loader {
  background: #fff url(../Images/Icons/browser_loader.gif) no-repeat  center ;
  background-color: #fff;
  opacity:.8;
  position: relative;
  top:0;
  left:0;
  width:100%;             /* Overriden while runtime */
  height:300px;           /* Overriden while runtime */
  margin-bottom:-300px;   /* Overriden while runtime */
  z-index:2;
}
.tx-browser-pi1 p.backbutton {
  padding-top:1em;
  text-align:right;
}

.tx-browser-pi1 div.csc-uploads-thumbnail {
  float:left;
  padding-right:1em;
}

.tx_browser_pi1-bookmark_item {
	font-size: 1.5rem;
	padding-right:.4rem;
}
.tx_browser_pi1-bookmark_item:last-child {
	padding-right:0;
}

.olMap .olTileImage {
  /* foundation css sets 100%, .olTileImages will displayed with 50%! */
  max-width: inherit;
}

.category_menu ul,
.modeSelector ul {
  text-align: center;
}
.category_menu_treeview ul {
  text-align: inherit;
}
.category_menu li,
.modeSelector li {
  display: inline-block;
  padding-right: 0.4em;
}
.modeSelector li {
  border-right: 1px solid #333;
}
.category_menu li:last-of-type,
.modeSelector li:last-of-type {
  border-right: inherit;
  padding-right: 0;
}
.pagination-centered {
  text-align:center;
}

.leaflet-bottom,
.leaflet-left,
.leaflet-right,
.leaflet-top {
  z-index: 1;
}