#diet_plans{
  border-collapse: collapse
}

#diet_plans td{
  vertical-align: top;
  padding: 10px;
  margin: 0px;
  border-bottom: 1px solid #c2c2c2;
}

#diet_plans #first_row td{
  padding: 5px  5px 0 10px;
  background-color: beige
}

#diet_plans #first_row td h2{
  font-size: 16px;
  font-weight: bold
}

#diet_plans td h3{
  font-size: 12px;
  font-weight: bold;
  display: inline;
}

#diet_plans img{
  width: 130px
}