/**
 * JH Web Designer Shop Hours CSS
 * https://www.jhwebdesigner.com
 */

.widget table.jhweb-shop-hours-table {
	display: table;
	margin: 0 0 3px;
	width: 100%;
}
.widget table.jhweb-shop-hours-table tr.current th.day,
.widget table.jhweb-shop-hours-table tr.current td.time {
	background-color: #e3e3e3;
	font-weight: bold;
}
.widget table.jhweb-shop-hours-table th {
	text-align: left;
	width: 54%;
}
.widget table.jhweb-shop-hours-table td {
	text-align: right;
}
.widget table.jhweb-shop-hours-table th,
.widget table.jhweb-shop-hours-table td {
	font-weight: normal;
	padding: 3px;
}
@media screen and (min-width: 600px) {

}

@media screen and (min-width: 960px) {

}