#newsroom-directory {
  max-width: 700px;
}

#newsroom-directory select {
  max-width: 300px;
}

.directory-table {
  display: none;
  width: 100%;
  margin: 10px 0;
  table-layout: fixed;
  font-family: "McClatchy Sans", sans-serif;
  font-size: 14px;
}

.directory-table.active {
  display: table;
}

.directory-table th, .directory-table td {
  padding: 4px 4px 4px 0;
}

.directory-table th {
  text-align: left;
}

.directory-table .staff-name {
  width: 14em;
}

.directory-table .staff-phone {
  width: 8em;
}

.directory-table a {
  text-decoration: none;
  color: #0093d0;
}

@media (max-width: 769px) {
  .directory-table {
    font-size: 12px;
  }

  .directory-table .staff-name {
    width: 10em;
  }
}

/* Cleanup for MI */

.wufoo-form-container {
  padding-left: 14px;
  padding-right: 14px;
}
