#ctl00_MainContentPlaceHolder_dgShows > tbody > tr > td > div {
    vertical-align: top;
}

tbody > tr > td {
    padding-bottom: 1em;
}

#ctl00_MainContentPlaceHolder_dgShows > tbody > tr:first-child, #ctl00_MainContentPlaceHolder_dgShows > tbody > tr:first-child:hover {
    background-color: rgba(0,0,0,0);
    /*display: none;*/
}



#ctl00_MainContentPlaceHolder_dgShows > tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

    #ctl00_MainContentPlaceHolder_dgShows > tbody > tr {
        margin-top: 2em;
        display: inline-block;
    }

        #ctl00_MainContentPlaceHolder_dgShows > tbody > tr > td {
            display: block;
            position: relative;
            height: 100%;
        }

#ctl00_MainContentPlaceHolder_dgShows td {
    padding: 0px;
    padding-bottom: 2em;
    border: none !important;
}


.entaContent .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

/*.table > thead > tr > th,
        .table > tbody > tr > th,
        .table > tfoot > tr > th,
        .table > thead > tr > td,
        .table > tbody > tr > td,
        .table > tfoot > tr > td,
        table.entatable tr td
        {
            border: none !important;
        }*/


.showlist-container {
    border: 2px solid #f0f0f0;
    padding: 12px;
    width: 400px;
    float: left;
    margin: 0px 25px 25px 25px;
    text-align: center;
    position: relative;
    /*height: 360px;*/
    transition: transform 0.25s ease;

}

    .showlist-container:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }




.show_product_name {
    height: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.1em;
}


.theatre {
    border-bottom: solid 8px #bf9b30;
}

.theatre2 {
    color: #bf9b30 !important;
    font-size: 1.2em;
}

.gig {
    border-bottom: solid 8px #d50d47;
}

.gig2 {
    color: #d50d47 !important;
    font-size: 1.2em;
}

.comedy {
    border-bottom: solid 8px #eb6608;
}

.comedy2 {
    color: #eb6608 !important;
    font-size: 1.2em;
}





@media (max-width: 767px) {
    .showlist-container {
        width: 300px;
    }
}


@media (max-width: 480px) {
    .showlist-container {
        width: 300px;
    }

        .showlist-container:hover {
            -webkit-transform: scale(1.01);
            transform: scale(1.01);
        }
}
