/* Find a Surgeon */

.findoms {
  width: 375px;
}

.findoms fieldset {
    border: 1px solid #665748;
    padding: 10px 0 0 10px;
    display: block;
    margin-bottom: 18px;
}

.findoms fieldset p {

}

.findoms fieldset legend {
    background-color: #FFF;
    color: #163e73;
    font-size: 16px;
    padding: 0 2px 4px 2px;
}

table th, table td {
  padding: 5px;
  border-bottom: 1px solid #665748;
  white-space: nowrap;
}

table {
  border: 1px solid #665748;
  margin-bottom: 2em;
}

.left {
  margin-right: 5px;
}

