.add_row td {
    border-top:1px dotted silver;
}

.list_items {
  width: 100%;
}
.list_items a {
  text-decoration: none;
  color: black;
}
.list_items a:hover {
  text-decoration: underline;
}
.list_items a.company_site_link {
  color: #004B76;
}

.list_items th {
  color:gray;
  font-weight:normal;
  padding: 5px;
}

.list_items td {
  padding: 5px 5px 10px;
  /*color:#074665;*/
}
.list_items tr.odd td {
  background-color:#F3F3F5;
}

.hide_branch {
    display: none;
}

.pagination {
  padding: 12px;
}

.none_results {
  margin: 12px;
  border: 1px dotted silver;
  padding: 12px;
  text-align: center;
}


