.jedi-opening-hours-table tr {
	border-bottom: 1px solid #111;
}

.jedi-opening-hours-table td {
    padding: 8px 0;
	border-bottom: 1px solid #f0f0f0;
}

.jedi-opening-hours-table tr td:last-child {
	text-align: right;
	color: #666;
}

.jedi-opening-hours-table tr td:nth-child(2) {
    text-align: center;
}

.pill {
    display: inline-block;
    font-size: 12px;
    border-radius: 99px;
}

.pill-open {
    background: #dcfce7;
		padding: 2px 22px;
    color: #15803d;
}

.pill-closed {
    background: #e3e3e3;
		padding: 2px 15px;
    color: #000;
}