﻿@import "colors.css";

.opening-hour-page-title{
    text-align: center;
}

.opening-hour-table .opening-hour-tbody .opening-hour-td {
    color: var(--secondary-color);
    border-bottom-color: var(--primary-color);
}

.opening-hour-table .opening-hour-thead{
    color: var(--text-color);
}

.opening-hour-table .opening-hour-thead tr th {
    border-bottom-color: var(--primary-color) !important;
}