h1 {
  line-height: 100%; }

#offer {
  text-align: left; }

#plans_container {
  text-align: center;
  margin: 1em 0; }

#plans {
  height: auto;
  width: 88%;
  overflow: hidden;
  clear: both;
  text-align: center;
  margin: auto;
  padding: 0; }

.plan {
  padding: 0.5em 0.5em;
  margin-bottom: 1em;
  text-align: left;
  float: left;
  border: 2px solid #886;
  width: 22%;
  background-color: #FFF9D8; }

#five, #ten, #fifteen {
  border-left-width: 1px; }

#three, #five, #ten {
  border-right-width: 1px; }

.users {
  font-size: 120%;
  text-align: center; }

.price {
  font-size: 110%;
  font-weight: bold;
  padding: 0.5em 0em;
  margin: 0.4em 0em;
  color: #FFF9D8;
  background-color: #b74300;
  text-align: center; }

.support, .security {
  font-size: 15px; }

.security {
  padding-top: 6px; }

.plan_desc {
  padding: 0;
  clear: both; }

.quote_container {
  text-align: center; }

.quote {
  width: 80%;
  border: 1px solid #CDBFAC;
  background-color: #FFF9D8;
  text-align: left;
  padding: 0.5em;
  margin: auto; }

cite {
  text-align: left;
  line-height: 1.4; }

#quote_src {
  text-align: right;
  font-weight: bold;
  font-size: 80%;
  font-style: oblique;
  color: black; }

.advantages_container {
  padding: 0;
  font-weight: normal;
  margin: 0; }
  .advantages_container p {
    display: inline; }

ul.advantages {
  line-height: 1.5;
  font-weight: normal; }

#free_offer {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  color: #B74300;
  background-color: white;
  padding: 0.5em; }
