.autoResizeImage {
  position: absolute;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
  max-height: 2.8em;
}

#img_row {
  position:relative;
  /* text-align:center; */
}

#activities {
  width:100%;
}

#activities_filter {
  margin: 0.5em;
}

#activities_length {
  margin: 0.5em;
  margin-bottom: 0em;
}

.page-item.active .page-link {
    background-color: #00549f !important;
    border: 1px solid #00549f;
}
.page-link {
    /* color: black !important; */
    color: #00549f;
}