/*  Color palette
  Black & Grey
*/

body {
  font-family: Arial, Helvetica, sans-serif;
  background-image: none;
}


#prolog-inner {
  width: 40%;
}

#prolog img {
  margin-top: 1.5em;
  width: 100%;
}

#container {
  margin-top: 1.5em;
  background: transparent;
  /* Disable footerStickAlt because body background breaks it. */
  min-height: 0;
}

#container-inner {
  margin-top: 1.5em;
  border-radius: 10px;
}

#header-text {
  margin-top: 1rem;
}

.current-step, h1 {
  font-weight: normal;
}

fieldset h2 {
  font-weight: normal;
  font-size: 1.2em;
}

label.description {
  font-size: 1em;
  font-weight: normal;
}

input[type="submit"] {
  background: white none repeat scroll 0% 0%;
  border: 0px solid;
  padding: 0.5em;
  cursor: pointer;
}
