h1 {
  float: left;
  clear: none;
}
strong a.button {
  float: right;
  clear: none;
  margin: 10px 0;
  font-size: 12px;
  padding: 0 10px;
}
table {
  margin-left: 1px; /* unhides the left border of tables, <3 bridge! */
  width: 99%;  /*IE6 */
}

.compareTable {
  border: 1px solid #ddd;
  margin: 0 1px;
  float: left;
}

.compareTable td, .compareTable th {
  border: 1px solid #ddd !important;
  padding: 5px;
  font-size: 11px;
  line-height: 1.4em;
}

.compareTable th {
  font-weight: normal;
  text-transform: uppercase;
  color: #767676;
  background-color: #fff;
  font-size: 11px;
  text-align: center;
  width: 130px;
  overflow:hidden;
}

.compareTable th.odd, .compareTable td.odd {
  background-color: #fefefe;
}

.brokerInfo {
  background: #fff url(//g.foolcdn.com/img/how_to_invest/brokers/brokerInfoBlueGrad.jpg) repeat-x bottom left;
}

.brokerInfo a.openAccount {
  font-size: 12px;
  font-weight: bold;
}

.specialOffer {
  background-color: #ccc;
  padding: 3px 5px 6px !important;
  line-height: 1em !important;
  vertical-align: top;
}

.specialOffer div {
  font-size: 10px;
  display: inline;
}

.specialOffer a {
  font-weight: bold;
  text-decoration: underline;
}

.specialOffer img {
  margin: -3px 5px -8px -12px;
}


.compareTable td dl dt {
  margin: 0;
}
.compareTable td dl dd {
  margin: 0 0 10px 0;
  color: #666;
}
.compareTable th.tools {
  width: auto;
}
.compareTable td ul.features, .compareTable td ul.features li {
  list-style-type: none;
  padding-left: 0px !important;
  color: #222 !important;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.2em !important;
}
.compareTable td ul.features li.strike {
  color: #767676 !important;
  font-weight: normal;
  text-decoration: line-through;
}

table.details td, table.details th {
  font-size: 12px;
  padding: 5px;
  border: none;
  background-color: #fff;
  border-top: 1px solid #ddd;
}

table.details th {
  color: #666;
  font-weight: normal;
}

table.details td {
  text-align: right;
}

#specialDeals {
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f4f4f4;
  padding: 15px;
  margin-bottom: 22px;
}

#bc-footnotes, p.legalese {
  width: 100%; /* ie, why do you do this to me */
  float: left;
  clear: both;
  font-size: 11px;
  color: #767676;
}
