#fptb {
  background-color: #fb2497;
  padding: 10px;
  margin-bottom: 10px;
}
#fptb ul {
}
#fptb ul li {
  background-color: white;
  float: left;
  margin-right: 10px;
  width: 164px;
  padding: 10px;
  text-align: center;
}
#fptb ul li.last {
  margin-right: 0px;
}
#fptb ul li h2 {
  font-size: 15px;
  font-weight: bold;
  height: 58px;
  overflow: hidden;
  text-align: left;
}

