/* CSS Document */

ul, li{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#wrapper{
  position: relative;
}

.floorplan{
  float: left;
  height: 120px;
  width: 280px;
  margin-bottom: 15px;
}

.last{
  float: right !important;
}

.floorplanThumb{
  float: left;
  margin-right: 11px;
}

.floorplanThumb img{
  width: 120px;
}

.floorplanText{
  float: left;
}

.floorplanHeading{
  font-size: 20px;
  font-weight: bold;
}

#disclaimer{
  text-align: center;
  width: 599px;
  position: absolute;
  bottom: -10px;
  left: 0px;
  font-size: 12px;
}

#modal{
  width: 400px
  height: 400px;
  padding: 10px;
  background-color: #2e2d20;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

#modalClose{
  text-align: right;
}

