.clear{
	clear:both;
}
.nobr{
	white-space:nowrap;
}

.shipping .carrier_logo img{
	width:100px;
	padding-left:10px;
	padding-right:10px;
}
.shipping .description, .shipping .delivery_date{
	font-size:0.9em;
}
.shipping .select-parcel{
	cursor:pointer;
	text-decoration:underline;
}
.shipping .select-parcel:hover{
	color:grey;
	text-decoration:none;
}
#map-canvas{
	width:100%;
	height:93%;
}
#map-container{
	display:none;
	width:80%;
	height:80%;
	position:fixed;
	top:100px;
	left:10%;
	border:3px solid #333;
	background:#f4f4f4;
	border-radius:7px;
	z-index:6000;
	overflow:hidden;
}
#map-container p{
	width:100%;
	height:7%;
	text-align:right;
	padding-top:7px;
	padding-right:8px;
	margin-bottom:0px;
}
#map-container a{
	cursor:pointer
}
#map-canvas img {
  max-width: none;
}
.emc-opening-hours{
	font-size:11px
}
.emc-opening-hours table{
	width:auto;
}
.emc-select-point{
	cursor:pointer;
	font-weight:bold;
	color:blue;
}