.thumb {
  height: 100px;
  margin: 10px;
}

address {
  margin: 10px;
}

address i {
  margin-right: 5px;
}

.caption {
  text-align: center;
}

#container {
  background: #000;
  width: 200px;
  height: 150px;
}


/*
.no-border {
  border: 0px;
}
*/

/* not compatible with old IE ... */
ul.thumbnails li.span3:nth-child(4n+1) {
  margin-left: 0px;
}

.span3 .thumbnail h5 {
  margin: 15px 15px 5px 15px;
}

.figure .thumbnail {
  display: inline-block;
}

.figure .caption {
  font-style: italic;
  text-align: left;
}

.figure {
  text-align: center;
  padding: 15px 15px 15px 15px
}

.text-center
{
  text-align: center !important;
}
