#main p {
	margin-right: 85px;
}

.store {
	width: 180px;
	float: left;
	margin: 20px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #efefef;
}



#openingTimes {
	padding: 10px;
	border: 1px solid #ccc;
	background: #efefef;
	
	width: 73%;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 70px;
	position: relative;
}

.store ul {
	margin-bottom: 10px;
}

.store ul li {
	list-style: none;
}

h2 {
	margin-top: 20px;
}

.store ul li {
	text-align: center;
	color: #006633;
	line-height: 14px;
}

#main ul li {
	font-size: 11px;
	color: #666;
}

table {
	font-size: 11px;
	margin-left: 50px;
}

table td {
	
}

td.day {
	text-align: left;
	font-weight: bold;
	width: 110px;
}

td.time {
	text-align: left;
	width: 100px;
}