#map_canvas {
  width: 375px;
  height: 310px;
  border: 1px solid black;
  float: right; 
  margin-bottom: 10px;
  margin-left: 10px;
}

#stories {
  border: 1px solid #cccccc;
  clear: both;
  visibility: hidden;
}
#stories .even {
  background-color: #dddddd;
}
#stories .odd {
  background-color: #eeeeee;
}
#stories .story {
  padding: 0.5em;
}
.story .reflections, .story .more_to_say {
  margin-top: 1em;
}

#highlighted_stories {
  margin-bottom: 0.7em;
}
#highlighted_stories .story {
  border: 1px dashed #cccccc;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background-color: #faf9b9;
}

.likeThis {
  border: 1px solid #cccccc;
  padding: 4px;
  display: inline;
  font-size: 9px;
  float: right;
  color: #696969;
}
.likeThis div {
  font-size: 9px!important;
  text-align: center;
}

.whatDid {
  margin-top: 1em;
}
.whatDid span {

}
.title {
  font-weight: bold;
  color: #505050;
}

.experience {
  margin-top: 1em;
}
.experience span {
  margin-right: 0.5em;
}

#innerContent {
  text-align: left;
}
