/* Desktop/Default */
/*table.hours{width:100%;border-collapse:collapse}
table.hours td,table.hours th{padding:.2rem 0;;text-align:left;vertical-align:top}
table.hours td:first-child{font-weight:600;white-space:nowrap}*/

/* Mobile Reflow */
@media (min-width:992px){
  .content-header-contact table.hours{
    border-collapse:separate;
    border-spacing:0 .5rem;
  }
  .content-header-contact table.hours tr{
    display:flex;
    /*border:1px solid #eee;*/
    border-radius:.5rem;
    padding:.2rem 0;
    background:#fff;
  }
  .content-header-contact table.hours td,
  .content-header-contact table.hours th{
    display:block;
    border:0;
    padding:.2rem 0;
    white-space:normal;
  }
  .content-header-contact table.hours td:first-child{
    margin-bottom:.1rem;
    min-width: 80px;
  }
  .content-header-contact table.hours td:nth-child(2){
    opacity:.85;
  }
}

@media (max-width:992px){
  table.hours{
    border-collapse:
    separate;
    border-spacing:0 .5rem;
  }
  table.hours tr{
    display:block;
    border:1px solid #eee;
    border-radius:.5rem;
    padding:.2rem 0;
    background:#fff;
  }
  table.hours td,table.hours th{
    display:block;
    border:0;
    padding:.2rem 0;
    white-space:normal;
  }
  table.hours td:first-child{
    margin-bottom:.1rem;
  }
  table.hours td:nth-child(2){
    opacity:.85;
  }
}