

.opening-hours .title {
  font-size:1.6em;
}
.opening-hours ul {
  list-style:none;
  margin:20px 0px;
  padding:0px;
  font-size:14px;
  line-height:24px;
}
.opening-hours ul .day {
  float:left;
  width:80px;
}
.opening-hours ul .time {
  float:right;
  text-align:right;
  width:135px;
}
