﻿.infotable {
    width: auto !important;
}

    .infotable td {
        padding: 0px 0px 0px 4px;
    }

    .infotable tr {
        padding:0px;
        /*border-bottom: 1px solid #e0e0e0;*/
    }

    .infotable td:first-child {
      /*  color: #808080 !important;*/
        font-size: 1em;
        min-width: 8em; /* Set the desired width */
    }

.planImageThumbnail {
    border: 2px solid #ffffff;
    cursor: pointer;
    height: 50px;
    max-height: 50px;
}

    .planImageThumbnail > img {
        border-color: #ffffff;
        filter: grayscale(75%);
        opacity: 0.75;
        max-height: 46px !important;
    }
    .planImageThumbnail:hover > img {
        filter: grayscale(90%);
        opacity: .9;
    }

    .planImageThumbnail.selected {
        border-color: rgb(33, 150, 243);
    }

        .planImageThumbnail.selected > img {
            filter: grayscale(0%);
            opacity: 1;
        }



