.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 ul{
  list-style-image: none;
  list-style-type: none;
  margin: 25px 0 10px 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
}

.times ul li{
  display: inline-block;
  width: 49%;
  max: 0 1% 0 0;
  padding: 4px 2px;
  text-align: left;
  border-bottom: 1px solid rgba(0,164,184, .8);
}

.times ul li:nth-child(even){
  text-align: right;
}

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