[v-cloak] {
    display: none;
  }

#open_hours {
    display: flex;
    column-gap: 50px;
	justify-content: center;
    text-align: center;
}

#open_hours p {
    margin: 0;
}

#open_hours_today p {
    margin: 0;
}



@media only screen and (max-width: 360px) {
  #open_hours {
    	flex-direction: column;
    	row-gap: 30px;
	}
}