body {
  font-family: "PT Sans", sans-serif !important;
}

.clear-filter-button {
  color: #bbb;
  font-size: 1.6rem;
  position: absolute;
  right: 13px;
  top: 12px;
  border: none;
  background: none;
  cursor: pointer;
}

.clear-filter-button:focus,
.clear-filter-button:hover,
.clear-filter-button:active {
  text-decoration: none;
  border: none;
  outline: none;
}

/* Map table specific. */

#map-table tbody p.top-row,
#path-table tbody p.top-row {
  margin-bottom: 0.2rem;
}

#map-table tbody p.bottom-row,
#path-table tbody p.bottom-row {
  margin-bottom: 0rem;
}

#map-table tbody .column-size,
#path-table tbody .column-size {
  text-align: right;
  float: right;
}

#map-table tbody .column-date,
#path-table tbody .column-date {
  text-align: left;
  float: left;
}

#map-table td,
#path-table td {
  vertical-align: middle;
  padding-right: 1.5rem;
}

#map-table tbody td,
#map-table tbody td {
  clear: both;
}

#map-table td:last-child,
#path-table td:last-child {
  padding-right: 0.75rem;
}

/* Pagination. */
