.gm-style-iw-c {
	padding: 6px 12px 12px !important; 
}
.gm-style-iw-d {
    overflow: auto !important;
}
.gm-style-iw-d + button {
	margin: 5px !important;
}
.gm-ui-hover-effect {
	width: 12px !important;
	height: 12px !important;
}
.gm-ui-hover-effect span {
	width: 12px !important;
	height: 12px !important;
	margin: 3px !important;
}

.map-iw {
	display: flex;
}
.map-iw .iw-program-margin {
	background-color: #e0ebeb;
	border-radius: 5px 0 0 5px;	
	margin-right: 15px;
	padding: 10px 5px;
}
.map-iw .iw-title {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 15px;
}
.map-iw .iw-details {
	margin-bottom: 5px;	
	font-size: 12px;
}
.iw-account-link {
	margin-left: 5px;
}
.iw-special-instructions {
	color: #b30000;	
}
.iw-drop-divider {
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}
.iw-product-order {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.iw-product-order .iw-product-title {
	background-color: #e0ebeb;
	padding: 10px;
	margin-bottom: 2px;
	color: #3c5d5d;
	text-align: center;
}
.iw-product-order .iw-product-total {
	text-align: center;
	border: solid 1px #e0ebeb;
	padding: 10px;
	font-weight: bold;
	color: #283e3e;
	margin-bottom: 0;
}
.iw-product-order .iw-product-orderitem {
	flex-grow: 1;
}
.iw-product-order .iw-product-orderitem:first-child {
	margin-right: 1px;
}
.iw-product-order .iw-product-orderitem:last-child {
	margin-left: 1px;
}
.iw-product-order .iw-product-orderitem:not(:first-child):not(:last-child) {
	margin-left: 1px;
	margin-right: 1px;
}
.map-iw .iw-spacer {
	margin-top: 15px;
}
.map-iw .fa-ml {
	margin-left: 10px;
}
.map-iw .fa-mr {
	margin-right: 10px;
}