#notaryForm {
  margin-bottom: 20px;
}

#feesTable {
  width: 100%;
  border-collapse: collapse;
}

#feesTable th, #feesTable td {
  padding: 8px;
  text-align: left;
}

#feesTable th {
  background-color: #f2f2f2;
}

.hidden {
    display: none;
}
.total {
    font-weight: bold;
}
.notaryDiv {
    margin: 20px 0;
}
.notaryDiv label {
    margin-bottom: 10px;
}