.iva_bh_shortcode {
	position: relative;
	margin: 0 auto;
}

.ivabh-businesshours {
	position: relative;
	clear:both;
	display: block;
}
	
.ivabh-businesshours p {
	display: block;
	border-bottom:1px solid #eeeeee;
	border-bottom:1px solid rgba( 0, 0, 0, 0.1 );
	padding: 7px 0;
	margin: 0 !important;
	overflow: hidden;
}
.ivabh-desc {
	margin:10px 0;
}

p:last-child {
	border-bottom: 0;
}
		
.ivabh-businesshours span.days {
	width: 40%;
	display: block;
	float: left;
	text-align: left;
	vertical-align:middle;
}			

.ivabh-businesshours span.hours {
	width:60%;
	display:block;
	float: right;
	text-align: right;
}
			
.ivabh-businesshours span.hours span.closed,
.today-result span.hours span.closed{
	background:#f22;
	color:#fff;
	padding:3px 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.ivabh-desc {
	margin-bottom: 10px;
}

.select-today {
	color: #0097CE;
	font-weight: bold;
}

.ivbh-seemore{
	display: block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

.iva-bh-tg {
	position: relative;
	display: inline-block;
}
.iva-bh-tg .arrow { margin-left: 10px; cursor: pointer; }
.iva-bh-tg .arrow::after   { content: '+'; }
.iva-bh-tg.active .arrow::after  { content: '-'; }
.today-result { clear:both; display:block;}
.today-result p {
	display: block;
	padding: 7px 0;
	margin: 0 !important;
	overflow: hidden;
}
.today-result span.days {
	width: 40%;
	display: block;
	float: left;
	text-align: left;
	vertical-align:middle;
}			

.today-result span.hours {
	width:60%;
	display:block;
	float: right;
	text-align: right;
}

.ivabh_open_img,
.ivabh_close_img { display: block; max-width: 100%; width: auto; margin: 0 auto;}

/* Holiday Hours */
.ivabh-hd-hours { position: relative; }

.ivabh-hd-hours span.days {
	width: 40%;
	display: block;
	float: left;
	text-align: left;
	vertical-align:middle;
	line-height: normal; 
}			

.ivabh-hd-hours span.hours {
	width:60%;
	display:block;
	float: right;
	text-align: right;
}

.ivabh-hd-hours span.days { font-weight: bold; line-height: normal; }
.ivabh-hd-hours small { clear:both; display: block; font-weight: normal; font-style: italic; font-size: small; line-height: normal; }

.iva-bh-oc-text{ 
	background-color:#8FCA43; 
	padding: 0 10px;
	color:#ffffff;
	font-size: 10px;
	margin: 0 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.iva-bh-stext,
.iva-bh-etext {
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px;
	margin: 0 3px;
	background-color: rgba(0,0,0,0.07);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}