html, body {
  background-color: #ffffff;
  color: #000000;
}

a, a:visited, a:active {
  color: #000000;
}

img.logo {
  width: 100px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 550px) {
  img.logo {
    width: 200px;
  }
}

input.submit {
  background: #eeeeee;
}

div.top-row {
  margin-top: 5%;
}

h4.sub {
  margin-top: 10px;
  margin-bottom: 0;
}

img.gen {
  margin-top: 100px;
  width: 100%;
}

h3 {
  margin-top: 40px;
  text-align: center;
}

h4 {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 40px;
}

em {
  font-style: normal;
  font-weight: bold;
}

ul {
  list-style-type: none;
  margin: 0 0 30px 10px;
}

p, ul {
  font-size: 1.2em;
}

.logos img {
  height: 35px;
  display: block;
  float: left;
  margin: 20px 40px 20px 0;
}

.copy {
  margin: 20px 0;
  color: #ccc;
}

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