/* Code Results */

h1.code_results_count,
h1.intl_code_results_count {
  margin: 5px 0 22px 25px;
}

#code_results {
  margin-left: 21px;
  width: 599px;
  border-collapse: collapse;
  float: left;
  margin-bottom: 20px;
}

#code_results tr td {
  height: 18px;
  padding-left: 4px;
  font: normal 12px Arial;
}

#code_results tr.odd td {
  background: #e6e6e6 none repeat scroll 0% 50%;
}

#code_results tr.spacer{
  display: block;
  height: 22px;
}

#code_results tr.country_codes td {
  background: #e6e6e6 none repeat scroll 0% 50%;
}

#code_results tr th {
  font: bold 16px Arial;
  color: #54b948;
  padding: 0 0 0 4px;
  padding-bottom: 6px;
}

#code_results tr th.col1 {
  width: 225px;
}

#code_results tr th.col3 {
  width: 171px;
}

#code_results .table_title {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 4px;
}

#code_results .other_cities {
  padding-top: 16px;
}