.times{
  margin-top: 30px;
}

.times .opening{
	  margin-top: 30px;
  background: rgba(0,164,184, .3);
  padding: 1.5rem;
}

.times .opening_sauna{
	  margin-top: 30px;
  background: rgba(0,164,184, .15);
  padding: 1.5rem;
}


.times .row.opening-times{
  margin: 25px 0 10px 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
}

.times .row.opening-times div{
  padding: 4px 2px;
  text-align: left;
  border-bottom: 1px solid rgba(0,164,184, .8);
}

.times .row.opening-times div:nth-child(even){
  text-align: right;
}

.times .row.opening-times div:first-child, .times .row.opening-times div:nth-child(2){
   border-top: 1px solid rgba(0,164,184, .8); 
}