
#map-canvas
{	
	width: 800px;
	height: 300px;
	background-color: #555555;
	float: left;

}
.mapText
{
  color:#000;
}
 
.hotelListing
{
	float:left;
	text-align:left;
	margin-left:20px;
	padding-right:5px;
	cursor:pointer;
	display:list-item;
	list-style-type:disc;
	width:calc(33% - 25px);
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

.hotelListing:hover { text-shadow: 0 0 5px #ffffff; }

.hotelsList
{
    background-color:#202020; 
	overflow:auto;
	width:100%;
	padding:20px 0px 20px 0px;
}

.headerLocation
{
  margin-top: 360px;
  text-align:center;
  background-color:#202020;
  font-size:14pt;
  text-decoration:underline;
}