@charset "utf-8";

.nostyle {
  float: none;
  width: auto;
  margin: auto;
  text-align: center;
}

label {
  width: 7em;
}

form div {
  width: 25em;
}

h2 {
  text-align: left;
  background: green;
  color: white;
  font-size: 140%;
}

#jutalek {
  padding: 10px;
  border: 1px solid black;
  background: yellow;
}

#faq li:first-line {
  font-weight: bold;
  color: red;
}