.wpt-schema-local-business-opening-hours  {
	min-width: 300px;
}
.wpt-schema-local-business-opening-hours table {
	table-layout: fixed ;
	border-collapse: collapse;
	border: 1px solid #eee;
	width: 100%;
}
.wpt-schema-local-business-opening-hours table tr{
	border: none;
	border-color:transparent;
}
.wpt-schema-local-business-opening-hours table td{
	padding: 8px 6px;
	white-space: nowrap;
	border: none;
	border-top: 0px !important;
	border-bottom: 1px solid #eee;
}

.wpt-schema-local-business-opening-hours table tr:last-child td{
	border: none;
}
.wpt-schema-local-business-opening-hours table td.day {
	font-weight: 600;
	vertical-align: top;
}
.wpt-schema-local-business-opening-hours  table  td.time {
	text-align: left;
}
.wpt-schema-local-business-opening-hours  table  td.time span {
	display: block;
	margin-bottom: 10px;
}

.wpt-schema-local-business-opening-hours  table  td.time span:last-child {
	margin-bottom: 0;
}
