.rw-header-hours span {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 3px;

	margin-left: 4px;
}

.rw-header-hours span.open {
	background-color: #c5d92b;
	color: #2C3340;
}

.rw-header-hours span.closed {
	background-color: #fe6e4e;
	color: #fff;
}

.rw-business-hours-list {
	text-align: center;
	border-top: 1px dashed rgba(255, 255, 255, 0.2);
	max-width: 400px;
	margin: auto;
	list-style: none;
	padding: 0;
}

.rw-business-hours-list li {
	display: flex;
	justify-content: space-between;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	margin-bottom: 0 !important;
}

.rw-business-hours-list li.bhp-today {
	font-weight: 700;
}

.rw-business-hours-list .bhp-day {
	text-align: left;
}

.rw-business-hours-list .bhp-times {
	text-align: right;
}