#banner-hours {
    background: #000;
    box-sizing: initial;
    color: #fff;
    height: inherit;
    padding: 0;
    opacity: 0.8;
    font-size: 0.857em;
    filter: alpha(opacity=80);
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out
}

#banner-hours a {
    border-bottom: 1px dotted #ccc;
    color: #fff;
    font-weight: normal;
    padding: 2px 0
}

#banner-hours a:focus {
    border-bottom: none;
    color: #fec700
}

#banner-hours a:hover {
    color: #fec700
}

#banner-hours label {
    font-weight: bold
}

#banner-hours table {
    margin: 1em;
    padding: 0;
    width: 100%;
}

#banner-hours table caption {
    caption-side: top;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.5rem;
    padding: 0
}

#banner-hours table tbody td,#banner-hours table tbody th {
    font-weight: normal
}

#banner-hours table tr {
    border: none
}

#banner-hours table tr td,#banner-hours table tr th {
    border: none;
    padding: 1px 0;
    vertical-align: top
}

#banner-hours table tr td ul,#banner-hours table tr th ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#banner-hours table tr td ul li,#banner-hours table tr th ul li {
    margin: 0;
    padding: 0
}

#banner-hours:hover {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

/* Banner Hours adjustment */
#banner-hours {
    padding: 0;
}
#banner-hours table {
    margin: 0;
}
#banner-hours table caption {
    margin: 1rem 0;
    padding: 0 1.5rem;
}
#banner-hours table tr td,
#banner-hours table tr th {
    padding: .25rem 1.5rem;
}
