#rake_rewards {
  
}

#rake_rewards .section {
  margin-bottom: 1em;
}

#rake_rewards .section .title {
  font-size: 14pt;
  font-weight: bold;
}

#rake_rewards .section .summary {
  
}

#rake_rewards .section .summary em {
  
}

#rake_rewards .point_tiers {
  width: 350px%;
  border-collapse: collapse;
  margin-bottom: 1em;
}
#rake_rewards .row_header {
  color: white;
  font-weight: bold;
  background-color: #698e30;
}
#rake_rewards .point_tiers .rake {
  width: 67%;
  -moz-border-radius: 8px 0px 0px 0px;
}
#rake_rewards .point_tiers .pph {
  width: 33%;
  -moz-border-radius: 0px 8px 0px 0px
}
#rake_rewards .point_tiers td {
  padding: 0.25em 0.5em;
}
#rake_rewards .point_tiers .even td {
  background-color: #dee8cf;
}
#rake_rewards .point_tiers .odd td {
  
}

#rake_rewards .collage_1 img {
  width: 300px;
  height: 300px;
}

#rake_rewards .collage_2 img {
  width: 690px;
  height: 150px;
}

#rake_rewards .small_print {
  color: gray;
  font-size: 8pt;
}

#rake_rewards .small_print ul {
  list-style-position: outside;
}