﻿.tag-hours-cont {
    width: 100%;
    display: block;
    border: 1px solid #d9dfe1;
    border-bottom: 0;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.tag-hours-header {
    width: 100%;
    padding: 15px;
    background-color: #d9dfe1;
    margin-bottom: 0px;
    border-bottom: 1px solid #d9dfe1;
    box-sizing: border-box;
}

    .tag-hours-header h3 {
        margin: 0px;
    }

.tag-header-left {
    float: left;
    display: block;
    width: 40%;
    padding-top: 20px;
}

.tag-header-right {
    float: right;
    display: block;
    width: 60%;
    text-align: right;
}

.queue-data {
    font-weight: bold;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #d9dfe1;
    box-sizing: border-box;
}

span.number-highlight {
    background-color: #548d75;
    padding: 5px;
    width: 65px;
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.tag-hours-item {
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #d9dfe1;
}

.tag-hours-item {
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #d9dfe1;
}



    .tag-hours-item:nth-child(even) {
        background-color: #f2f4f5;
    }

.tag-hours-day {
    width: 20%;
    display: block;
    float: left;
    text-align: left;
}

.tag-hours-hours {
    width: 70%;
    display: block;
    float: right;
    text-align: right;
}


@media only screen and (max-width: 1024px) {
    .tag-header-left {
        float: none;
        margin: 0px auto 15px auto;
        display: block;
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }

    .tag-hours-header h3 {
        margin: 0px;
        text-align: center;
    }

    .tag-header-right {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .queue-data {
        font-weight: bold;
        font-size: 14px;
        display: block;
        border-bottom: 1px solid #d9dfe1;
        box-sizing: border-box;
    }

    span.number-highlight {
        padding: 5px;
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
        color: #FFF;
        font-weight: bold;
        text-align: center;
    }
}
