img.runner-image {
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
  width: auto;
  max-width: 50px !important;
  height: auto;
  max-height: 75px;
  margin: 3px auto !important;
  display: block;
}

img.runner-image:hover {
  opacity: 0.7;
}
img.personal-results-image {
  vertical-align: middle;
}

body:not(.woocommerce-cart) .main-content td,
td,
td.image-area {
  vertical-align: middle;
  text-align: center;
  padding: 0 !important;
  height: 60px;
}

tr.run-info img.personal-results-image {
  max-width: 50px;
  max-height: 60px;
}
tr.run-input-bucket,
tr.run-input-training {
  display: none;
}

div#runner-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}


div.runner-modal img.runner-modal-image {
  margin: auto;
  display: block;
  max-width: 400px;
  max-height: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 600px){
  div#runner-modal {
    width: 100%;
  }
}
