.investmentGalleryWrapper {
    
}

.buildingPhotosWrapper {
    
}

.buildingName {
  text-align: center;
  width: 100%;
  float: left;
  height: 20px;
  margin: 10px 0;
  border-bottom: 1px solid #D74900;
  border-top: 1px solid #D74900;
  background-color: #eaeaea;
  padding-bottom: 3px;
}

.buildingPhotos {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.buildingViews {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.viewsList {
    margin-left: 0px !important;
    list-style: none;
}
.viewsList li {
  display: block;
  margin-top: 7px;
}

.viewsList li a {
    color: #D74900;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

