#lcms-panorama {
	width: 100%;
	height: 100%;
}
.olControlAttribution {
  right: 1px!important;
  bottom: 1px!important;
}
 

div.business_hours {
	text-align: center;
	display: flex;
	padding-bottom: 30px;
	font-style: normal;
  	transition: all 2s linear;
	display: grid;
	padding-bottom: 0px;
}
/*div.business_hours div em {
	font-style: normal;
	color: #666;
}*/
em.obsolete {
	text-decoration: line-through;
}
em.text-nowrap {
    font-weight: bold;
	text-align: right;
}

div.business_hours div {
	clear: both;
	background-color: #f4f4f4;
	padding: 10px;
	}
	div.business_hours div span {
		float: left;
		width: 50%;
		color: #000;
		text-transform: capitalize;
		font-weight: bold;
	}	
	div.business_hours div span + span, div.business_hours div span + em {
		float: right;
		width: 50%;
		text-align: right;
	}

	div.business_hours div.text-primary, div.business_hours div.text-danger {
		background-color: #d1d4d7;
		display: block;
	}
	div.business_hours div.text-danger span {
		color: #d6104d;
	}	
	/* open/close menu */
	#lcms-wh-trigger, div.business_hours div {
		display: none;
	}
	#lcms-wh-trigger:checked + div.business_hours div {
	  	display: block;
	}
	label[for=lcms-wh-trigger] {
		background-color: #333;
		color: #fff;
		width: 100%;
		text-align: center;
		padding: 10px;
    	margin-bottom: 30px;
	}
	
