div.pont, div.pontSelect {
    position: relative;
    overflow: visible;
    width:100%;
}
div.pont {
   /* display: none;*/
   clear: both;
   display: inline-block;
}
 
#map-container {
	padding: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ccc #999 #ccc;
    -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
    -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
    box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
    width: 100%;
	display:block;
 }

#map {
	width: 100%;
	display:block;
    height: 400px;
}

select#ShipmentPoint {
 

}

#ProOPC select.ShipmentPoint{
	display: none;  
	margin-top:10px;
}

.infowindowTitle {
	font-weight:bold !important;
	text-transform: uppercase;
}

.pontinfo small {
	white-space: break-spaces; 
}