#block_opening_hours {
  margin-top:0;
  padding:1px 10px 0 10px;
  color:#fff;
}

#block_opening_hours h4{text-align:center}
#block_opening_hours .hour, #block_opening_hours .day {
  display:inline-block;
  width:30%
}
#block_opening_hours .hour{width:70%;text-align:right}
#block_opening_hours a{margin-top:10px;display:block;color:#fff!important}

@media(max-width:1199px){
  /*#block_opening_hours .hour, #block_opening_hours .day {font-size:0.9em}*/
  #block_opening_hours { padding:1px 10px 0 10px;}
  #block_opening_hours .tabs-below > .nav-tabs > li > a {font-size:0.9em}
}
@media(max-width:991px){
  #block_opening_hours .hour, #block_opening_hours .day {font-size:0.8em}
  #block_opening_hours .tabs-below > .nav-tabs > li > a {font-size:0.7em}
  #block_opening_hours {padding-top:1px;}
}
@media(max-width:768px){
  #block_opening_hours{margin-top:5px}
}

#block_opening_hours .tabs-below > .nav-tabs
{
  border-bottom: 0;
}

#block_opening_hours .tabs-below > .nav-tabs {
  border-top: 0px solid #ddd;
}

#block_opening_hours .tab-content{
  border-bottom:1px solid #ccc;
  padding: 0px!important;
  margin:0px !important
}

#block_opening_hours .tabs-below > .nav-tabs > li {
  margin:0;
  padding:0;
  margin-top: -1px;
  width:33%;
  text-align:center;

}

#block_opening_hours .tabs-below > .nav-tabs > li > a {
text-shadow:none!important;
  color:#fff!important;
  text-decoration:none;
  border:none;
  text-align:center;
  font-size:0.8em;
  padding:5px 0;
  background:#003176;
}

#block_opening_hours .tabs-below > .nav-tabs > .active > a:hover,
#block_opening_hours .tabs-below > .nav-tabs > .active > a:focus {
  text-decoration:underline!important;
}   
#block_opening_hours h4 {color:#ffffff!important;}
