/* CSS stylesheet for home page */

div.hlday { background: #dec }

section.hours 
{
  width: 90%; 
  font-size: 120%;
  margin-left: 5px;
}

section.hours div.day
{
  margin: 4px 0;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
}

