.form {
  display: inline-block;
}
.tableCss {
  text-align: left;
  margin: 1em;
}
.NoBullets {
  list-style-type: none;
  text-align:center;
  padding: 0px 20px;
}
.tableCss {
  text-align: left;
  margin: 1em;
}

input[type=reset] {
    padding: 0.1em 0.7em 0em 0.8em;
    margin-bottom: 0.3em;
    margin-left: 1em;
    cursor: pointer;
    color: #025589;
    font-size: 130%;
    background-color: #eff3f4;
    border: 1px outset #025589;
}
input[type=reset]:hover {
    color: #000;
}
input[type=reset]:focus {
    border-style: inset;
    color: #025589;
}
input[type=reset] + input[type=reset] {

    margin-bottom: 0.3em;
}
input[type=reset] {
    border-radius: 1em;
}
.tableCss th {
  border-bottom: 0px;
}
.captcaDiv {
  margin: 1em;
}
