.merchant-openingtimes p {
	margin: 0;
}

.merchant-openingtimes table {
	width: 100%;
	table-layout: auto;
}

.merchant-openingtimes table + table {
	margin-top: 1.5rem;
}

.merchant-openingtimes table th,
.merchant-openingtimes table td {
	text-align: left;
	font-weight: inherit;
	vertical-align: top;
	padding-top: 0.25rem;
}

.merchant-openingtimes table thead th {
	font-weight: bold;
}

.merchant-openingtimes table tbody td:first-child,
.merchant-openingtimes table tbody th:first-child {
	white-space: nowrap;
	width: 1%;
	padding-right: 1.25rem;
}

.merchant-openingtimes table tbody td:last-child,
.merchant-openingtimes table tbody th:last-child {
	width: auto;
}

.merchant-openingtimes table td span {
	display: block;
}
