.plainlist {
  margin: 0;
  list-style: none;
}
.numeric {
  text-align: right;
}
.iconic {
  text-align: center;
}
.help {
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  line-height: 1.25;
  margin: 0 6px;
  text-align: center;
  border: 1px solid #888;
  border-radius: 50%;
  color: #888;
  cursor: help;
}
.clear {
  clear: both;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.nodisplay {
  display: none;
}
.hideContent span {
  display: none;
}
body {
  padding: 0;
  margin: 10px;
  color: #111;
  background: #FFF;
}
body,
input,
textarea,
select {
  font: 11pt Helvetica, Arial, sans-serif;
}
input,
textarea {
  border: 1px solid #CCC;
  border-radius: 3px;
}
input[type=checkbox],
input[type=radio] {
  border: none;
}
body,
textarea {
  overflow: auto;
}
section {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 10px 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1.2em;
}
p {
  line-height: 1.5;
}
ul,
ol,
dl {
  margin: 0 10px;
  padding: 0;
}
li,
dl,
dd,
dt {
  margin: 0.5em 0;
  padding: 0;
  line-height: 1.5;
}
img {
  border: none;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 3px;
  background: #FFF;
  border: none;
}
td {
  border: 1px solid #CCC;
}
th {
  text-align: center;
}
a {
  color: #008CBA;
}
.controls {
  clear: both;
  margin-top: 10px;
}
.formContainer {
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #CCC;
  border-radius: 3px;
}
.fieldLabel {
  float: none;
  display: inline-block;
  font-weight: bold;
}
.formControl {
  float: none;
  display: inline-block;
}
.formTitle {
  line-height: 2;
  margin: 0;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  background: #EEE;
}
form {
  margin: 5px 0 0;
}
form li {
  clear: both;
}
form li > label {
  float: none;
  display: inline-block;
  font-weight: bold;
}
form li > input {
  float: none;
  display: inline-block;
  width: 220px;
}
form li.textarea {
  height: 5em;
}
form li.file img {
  float: none;
  display: inline-block;
  margin: 0 0 10px 10px;
}
form .checkbox input,
form .radio input {
  width: auto;
  margin-left: 100px;
}
form .checkbox label,
form .radio label {
  width: auto;
  font-weight: normal;
}
form .checkbox img,
form .radio img {
  max-width: 100px;
  max-height: 100px;
}
form textarea {
  width: 220px;
  height: 5em;
}
form select {
  min-width: 220px;
}
form .instructions {
  float: none;
  display: inline-block;
  font-size: 0.8em;
}
form .controls {
  min-height: 1.4em;
  margin-top: 5px;
  padding: 5px;
  background: #EEE;
}
form input[type=submit] {
  float: right;
}
.button {
  display: inline-block;
  min-height: 1.4em;
  line-height: 1.5;
  margin: 0 2px;
  padding: 0 3px;
  background: #DDD;
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
button,
input[type=button],
input[type=submit] {
  display: inline-block;
  min-height: 1.4em;
  line-height: 1.5;
  margin: 0 2px;
  padding: 0 3px;
  background: #DDD;
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  width: auto;
}
input[type=number],
input[type=radio],
input[type=checkbox] {
  width: auto;
}
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  float: none;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}
.breadcrumb li:before {
  content: "/";
}
.breadcrumb li:first-child:before {
  content: "";
}
.breadcrumb li a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
