#trip_map {
  width:99%;
  height:420px;
  display:block;
}

#info_content_community h1{
  text-align:left;
	color: #00B2E1;
	padding: 0;
	font-size: 16px;
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: 20px;
}
.infowindow_link{
  white-space:normal;
  min-width:200px;
  display:block;
  text-align:center;
}
* html .infowindow_link {
  width:100%;
} 
.infowindow_about{
  white-space:normal;
  min-width:200px;
  display:block;
}
* html .infowindow_about {
  width:100%; 
} 
#list_trips table.list_trips{
  width:100%;
  /*clear:left;*/
  border-spacing:0px;
  border-collapse:collapse;
  margin-top:15px;
  margin-bottom:5px;
  
}
#list_trips table.list_trips .img{
  width:75px;
}
#list_trips table.list_trips .user_name{
  font-weight:bold;
}
#list_trips table.list_trips .trip_name{
  
}
#list_trips table.list_trips .trip_added{
  
}
#list_trips table.list_trips .trip_details{
  
}
#list_trips table.list_trips td {
  border-bottom:solid 1px rgb(230,230,230);
  padding:3px;
  border-top:solid 1px rgb(230,230,230);  
}

#list_trips table.list_trips tr.odd {
  background-color:rgb(250,250,250);
}
#list_trips table.list_trips td.see_more a{
  color:#868686;
  font-weight:bold;
}