﻿.custom-tooltip.card {
    width: 500px !important;
    min-width: 500px !important;
    max-width: 500px !important;
    margin: 0px 0px 0px 50px !important;
}

.custom-tooltip.card .card-header,
.custom-tooltip.card .card-footer {
    display: none;
}

.custom-tooltip.card img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0.5rem 0;
}

#custom-mobile-tooltip {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    z-index: 1;
    padding-right: 2.5rem; /* space for close button */
}

#close-mobile-tooltip {
    background: none;
    border: none;
    font-size: 2rem;
    color: #888;
    cursor: pointer;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    line-height: 1;
}
#custom-mobile-tooltip img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0.5rem 0;
}
