/**
 *	Opening Hours Overview Widget
 */
.op-overview-set.highlighted {
	color:		green;
}

.op-overview-set.closed {
	color:		red;
}

/**
 *	Opening Hours Status Widget
 */
.op-status-label {
	font-weight:	bold;
	vertical-align:	center;
	padding-left:	20px;
}

.op-status-label.open {
	color:			green;
	background:		url(../img/circle-green.png) no-repeat center left;
	background-size:15px 15px;
}

.op-status-label.closed {
	color:			red;
	background:		url(../img/circle-red.png) no-repeat center left;
	background-size:15px 15px;
}