.affiliates .search {
  margin: 0px auto;
  border: 2px;
}
.affiliates select,
.affiliates input {
  font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif;
}
.affiliates .search th {
  text-align: right;
  font-size: 13px;
}
.affiliates .search td {
  font-size: 13px;
}
.affiliates .results {
  width: 100%;
}
.affiliates .results td {
  vertical-align: top;
  font-size: 13px;
  width: 50%;
}
.affiliates .results .name {
  font-size: 15px;
  margin-top: 15px;
  font-weight: bold;
}
.affiliates .results .address,
.affiliates .results .city_province_code,
.affiliates .results .phone,
.affiliates .results .email {
  font-size: 11px;
}
.affiliates .more {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}