

.opening-hours .title			{ font-size:1.9em; font-weight:400; }
.opening-hours ul				{ list-style:none; padding:0px; line-height:2.2em; }
.opening-hours ul span			{ width:49%; }
.opening-hours ul .day			{ float:left; }
.opening-hours ul .time			{ float:right; }

.opening-hours .title			{ color:#4E3779; text-transform:uppercase; }

.opening-hours .day 					{ font-weight:300; font-size:1.2em; color:#262626; }
.opening-hours .time 					{ font-weight:600; font-size:1.2em; color:#262626; }

@media screen and (max-width:330px){
	.opening-hours ul				{ margin-left:40px; }
	.opening-hours ul .day			{ float:left; width:100px; }
	.opening-hours ul .time			{ float:none; width:140px; }
}
