.active-menuLink > * {
    font-weight: bold;
}

.MuiTableCell-head {
    font-weight: bold;
}

.zoom-image {
    z-index: 5;
    position: absolute; /*newly added*/
}

.hover-larger-image:hover img {
    transform: scale(1.05);
    transition: all 0.5s ease;
}

a {
    text-decoration: none;
}

.image-gallery-svg {
    max-width: 64px;
    max-height: 64px;
}

.image-gallery-thumbnail .image-gallery-thumbnail-image {
    max-height: 90px;
    max-width: 90px;
    height: auto;
    width: auto;
}
