html {
  min-height: 100%;
  height: 100%;
}

body {
  margin-left: 3px;
  margin-right: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}

form {
}

.error {
  color: #FF8000;
  font-size: 20px;
}

.test {
  color: #FF8000;
  font-size: 45px;
}

.link {
  font-size: 13px;
  text-decoration: underline;
}

.links {
  font-size: 17px;
  text-decoration: underline;
}

code {
  display: inline-block !important;
  color: #666;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  white-space: pre !important;
  background: transparent !important;
  font-size: 14px;
}

a {
  color: #37f;
}

h1 {
  color: #008080;
}
h2 {
  color: #008080;
}
h3 {
  color: #008080;
}
h4 {
  color: #008080;
}
h5 {
  color: #008080;
}
h6 {
  color: #008080;
}

.instructions {
  color: #008080;
  font-size: 16px;
}

.topofpage {
  color: #008080;
  font-size: 13px;
}

p {
  margin: auto;
  padding: 2px;
  text-align: left;
}

.outer {
  margin: auto;
  margin-top: 5px;
  padding: 2px;
  display: block;
  text-align: center;
}

.container {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}


/*# sourceMappingURL=app.css.map*/