/*--------------------------------------------------------------
# table row
--------------------------------------------------------------*/

.tr_link:hover {
    color: #ff6b07; 
  }

/*--------------------------------------------------------------
# imagesin bike profile
--------------------------------------------------------------*/

.col-xl-4 .card {
  max-height: 30vh; 
}

.card .card-img-top {
  max-height: 20vh; 
}

.profile_img {
  max-height: 20vh;
}

