
.feature-placeholder {
  border: 1px dotted black;
  background: #eee;
  height: 100px;
}

#feature-listing {
  list-style: none;
  padding-left: 0px;
}

#feature-listing .feature-box {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: solid #aaa 1px;
  min-height: 100px;
}

.feature-index-image {
  width: 20%;
  float: left;
  margin-right: 10px;
}

h2.feature-fp-title {
}

a.fp-features-see-all {
  padding-top: 40px;
}

div.feature-fp {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
  
.feature-fp a {
  text-decoration: none;
  color: #000;
}

