body {
  padding-top: 50px;
  font-size: 0.875rem;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .85rem;
  line-height: .5;
  border-radius: .2rem;
}

.input-group > .input-group-prepend {
  flex: 0 0 46px;
}
.input-group .input-group-text {
  width: 100%;
}

.rounded-right-real {
  border-bottom-right-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

h5{
  font-weight: bold;
  font-size: 110%;
}

.url-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.url-div-outer {
  position: relative;
}

.url-div {
  min-width: 70px;
  min-height: 70px;
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.img-small {
  object-fit: contain;
  object-position: center;
  max-width: 190px;
  max-height: 190px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 100;
  font-size: 1rem;
}

.flex-even {
  flex: 1;
}

.tf-progress {
  height: 25px;
  background-color: #c96e6e;
  border: 0.5pt solid #212529;
  margin-right: 2px;
}

.tf-area-progress {
  width: 25px;
}

.tf-progress-verified {
  background-color: #6ec99d;
  color: #212529;
  text-align: left;
  text-indent: 0.5rem;
  font-size: 0.875rem;
}

#map {
  position: relative;
  width: 920px;
}

.place {
  font-size: 16px;
  font-weight: bold;
  color: brown;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  position: absolute;
  width: 40px;
  height: 20px;
}

#details {
  width: 140px;
  height: 62px;
  background-color: #6ec99d;
  border: 1px solid #3b966a;
  border-radius: 5px;
  position: absolute;
  text-align: center;
  display: none;
  line-height: 12px;
  padding-top: 4px;
}

#dt-area,
#dt-hike,
#dt-distance,
#dt-ascent {
  font-size: 10px;
}

#dt-area {
  font-weight: bold;
}

th.sorttable_sorted::after {
  content: "\25B4";
}

th.sorttable_sorted_reverse::after {
  content: "\25BE";
}

#sorttable_sortfwdind,
#sorttable_sortrevind {
  display: none;
}
