/* styles.css Initial code generated by thesitewizard.com's Layout
    Wizard 3.0.1
    */
body {
  font-family: Arial, Helvetica, sans-serif;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

input,
select,
button,
textarea {
  max-width: 100%;
}

meter,
progress,
output {
  max-width: 100%;
}

div.fullpage {
  width: 90%;
  margin: auto;
}

div.caution {
  background: pink;
  font-size: small;
  padding: 10px;
  border: 3px solid lightgray;
  margin: 10px;
}

div.warning {
  background: lightyellow;
}

div.info {
  background: lightgreen;
}

div.important {
  font-weight: bolder;
  font-size: larger;
}

div.caption {
  font-size: small;
}

div.footnotes {
  font-size: small;
}

.inlineIcon {
  width: 40px;
  height: 40px;
}