.place {
  float: left;
  font: 14px/16px "Calibri", "Tahoma", "Helvetica", sans-serif;
  padding: 5px 0px 20px 0px;
  max-width: 650px;
}
.placethumbodd {
  box-shadow: 5px 5px 10px  #888888;
  float: left;
  border: 2px solid white;
  width: 150px;
  height: 150px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.placethumbeven {
  box-shadow: 5px 5px 10px  #888888;
  float: right;
  border: 2px solid white;
  width: 150px;
  height: 150px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.placethumblink {
}
.placethumbimg {
  display: block;
  width: auto;
  height: auto;
  max-height: 150px;
}
.placetextodd {
}
.placetexteven {
}
.placename {
  font: bold 16px "Calibri", "Tahoma", "Helvetica", sans-serif;
}
.placenamelink {
}
.placedescdiv {
}
.placedesc {
}

@media screen and (max-width: 450px) {
  .placethumbodd, .placethumbeven {
    width: 100px;
    height: 100px;
  }
  .placethumbimg {
    width: 100px;
    height: 100px;
  }
}
