﻿
.visibility {
    display: none !important;
}

.extraInfo{
    background: white;
    border-radius: 25px;
    padding: 20px;
}

.showListingsShow {
    /*background-color: #eaeaea;*/
    background-color: #d5ecf3; /*F2025*/
    /*border-bottom: medium solid #3d2562; */
    border-bottom: medium solid #000; /*F2025*/
    padding: 10px;
}

.showtime a{
    font-family: Helvectica, arial, san-serif;
    font-weight: bold;
}

.companyName{
    float: left;
    /*font-size: small;*/
    font-weight: bold;
}

/*
.scheduleSection:nth-of-type(odd) {
    background-color: lightgreen;
}

.scheduleSection:nth-of-type(even) {
    background-color: lightcoral;
}
    */
.timeTitle {
    font-weight: bold;
    font-size: large;
    color: #fff;
   /* background-color: #3d2562;*/
/*   background-color: #485527;*/ /*F2024*/
   background-color: #103138; /*F2025*/
   color: #f2e8df; /* F2025 */
    padding: 5px;
    margin-top: 20px;
}

/*
.schedulehr{
    margin-left: 3%;
    width:95%;
    height:2px;
    background:white;
    color: white;
    background-color: white;
}


.scheduledhr{
    margin-left: 1%;
    width:98%;
    height:3px;
    background:black;
    color: black;
    background-color: black;
}*/

.expander {
   float: right;
   margin-right: 20px;
   transition: all 0.5s;
   font-size: 1.3em
}

.expander:after {
    content: "\f106";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}