@charset "utf-8";
/* CSS Document */
.opening-hours-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.opening-hours-card {
    background: transparent;
    border: none;
}

.opening-hours-card .card-header {
    background: transparent;
    color: #333;
    border-bottom: 1px solid rgba(0,0,0,.15);
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}

.opening-hours-card .card-body {
    background: transparent;
}

.opening-hours-card .table {
    background: transparent;
    margin-bottom: 0;
}

.opening-hours-card .table td {
    background: transparent;
    vertical-align: middle;
    padding: .8rem 1rem;
    border-color: rgba(0,0,0,.08);
}

.opening-hours-card .table tr.today td {
    background: #f39c12;      /* Orange */
    color: #fff;
    font-weight: 700;
}

.opening-hours-card .table tr.today td span {
    color: #fff !important;
}
