
#hours-operation-week { 
margin:20px auto;
width: 100%; max-width: 600px;
}

#hours-operation-week #header { 
padding:0;
margin:20px auto ;
font-weight:bold;
text-align:center;
background-color:transparent;
}

#hours-operation-week table { 
margin:0 auto;
border-collapse: collapse; 
background: #fff; 
box-shadow: 0 4px 6px rgba(0,0,0,0.1); 
}
        
#hours-operation-week table th, td { 
padding: 12px 15px; 
text-align: left; 
border-bottom: 1px solid #ddd; 
}

#hours-operation-week table th { 
background-color: #ccc; color: white; 
}
        
#hours-operation-week table tr:hover { 
background-color: #f5f5f5; 
}
        
#hours-operation-week table .status-open { 
color: #28a745; font-weight: bold; 
}
        
#hours-operation-week table .status-closed { 
color: #dc3545; 
font-weight: bold; 
}

#hours-operation-week table .note {
display:block;
margin:9px 0;
font-style:italic;
} 
