
table#comparisons {
  font-size:90%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin-top: 8px;
  width:515px;
}
#comparisons td, #comparisons th {
  border: 1px solid #ddd;
  text-align: center;
}
#comparisons .costs td {
  font-weight:bold;
  text-align:center;
}
#comparisons td.nm {
  width:157px;
  text-align:left;
  font-weight: normal;
}
#comparisons th {
  color: #545454;
}
#comparisons tbody th {
  background-color: #e9e9e9;
  text-align: left;
  font-weight: bold;
}
#comparisons tbody th, #comparisons tbody td {
  padding-left: 5px;
}
#comparisons tfoot p {
  margin:2px;
  text-align:left;
}


table {
  font-size:90%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin-top: 8px;
  width: 485px;
}
 td,  th {
  border: 1px solid #ddd;
  text-align: center;
}
 .costs td {
  font-weight:bold;
  text-align:center;
}
 td.nm {
  width:157px;
  text-align:left;
  font-weight: normal;
}
th {
  color: #545454;
}
 tbody th {
  background-color: #e9e9e9;
  text-align: left;
  font-weight: bold;
}
tbody th, tbody td {
  padding-left: 5px;
}
 tfoot p {
  margin:2px;
  text-align:left;
}
