form, table {
  margin-bottom: 1em;
  }

.price {
  color: #3F4F05;
  font-weight: bold;
  font-size: 120%;
  }

#content ul.radio_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }
  
  #content ul.radio_list li {
    margin: 0;
    padding: 0;
    }
  
/*Pack prices*/

table#support_table {
  margin: 1em 0;
  width: 100%;
  border-collapse: collapse;
  }

table#support_table col.alternate {
  background: #eee;
  }
  
  tr.support_table_top th {
    text-align: center;
    font-size: 110%;
    color: #333;
    }

table#support_table col.features {
  width: 60%;
  }

table#support_table th,
table#support_table td {
  vertical-align: middle;
  padding: .5em;
  }

table#support_table th div.info {
  color: #aaa;
  font-weight: normal;
  font-size: 80%;
  }

table#support_table td {
  height: 3.5em;
  text-align: center;  
  }

/*Credits packs*/

table#support_credits {
  width: 250px;
  border-collapse: collapse;
  margin: 0 auto 1em auto;
  }
  
  table#support_credits td,
  table#support_credits th {
    text-align: right;
    padding: .4em;
    vertical-align: middle;
    }

/*Preregistration form*/

table#support_form {
  width: 620px;
  margin: 0 auto;
  }

table#support_form {
  border: 1px solid #ccc;
  background: #eee;
  padding: .5em;
  }

table#support_form th label {
  padding-right: .2em;
  }

table#support_form td {
  padding: .1em;
  }

table#support_form table {
  width: 100%;
  }

table#support_form table th {
  text-align: right;
  }

table#support_form td.help {
  color: #777;
  font-size: 90%;
  text-align: center;
  }

#support_help ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }
  