/* Warning Alert Box */
div.alert-box.warning { background-color: #ffd; color: #220; text-shadow: 0 1px rgba(255, 255, 255, 0.3); }
div.alert-box.status { background-color: #e9e9e9; color: #505050; text-shadow: 0 1px rgba(255, 255, 255, 0.3); }
div.alert-box.error { background-color: #fcc; color: #200; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); }
/* Pricing Tables ---------------------- */
/* line 285, ../../../../.rbenv/versions/1.9.3-p286/lib/ruby/gems/1.9.1/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table { border: solid 1px #dddddd; margin-left: 0; margin-bottom: 20px; }
/* line 286, ../../../../.rbenv/versions/1.9.3-p286/lib/ruby/gems/1.9.1/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table * { list-style: none; line-height: 1; }
/* line 287, ../../../../.rbenv/versions/1.9.3-p286/lib/ruby/gems/1.9.1/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table .title { background-color: #dddddd; padding: 15px 20px; text-align: center; color: #333333; font-weight: bold; font-size: 16px; }
/* line 288, ../../../../.rbenv/versions/1.9.3-p286/lib/ruby/gems/1.9.1/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table .price { background-color: #eeeeee; padding: 15px 20px; text-align: center; color: #333333; font-weight: normal; font-size: 20px; }
/* line 289, ../../../../.rbenv/versions/1.9.3-p286/lib/ruby/gems/1.9.1/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table .description { background-color: white; padding: 15px; text-align: center; color: #777777; font-size: 12px; font-weight: normal; line-height: 1.4; border-bottom: dotted 1px #dddddd; }
/* line 290, ../../../../.rbenv/versions/1.9.3-p286/lib/ruby/gems/1.9.1/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table .bullet-item { background-color: white; padding: 15px; text-align: center; color: #333333; font-size: 14px; font-weight: normal; border-bottom: dotted 1px #dddddd; }
/* line 291, ../../../../.rbenv/versions/1.9.3-p286/lib/ruby/gems/1.9.1/gems/zurb-foundation-3.2.5/scss/foundation/components/modules/_ui.scss */
.pricing-table .cta-button { background-color: whitesmoke; text-align: center; padding: 20px; }