* {
  font-family: Raleway, Tahoma, sans-serif;
}

.margin-top-20 {
  margin-top: 20px;
}

.container {
  margin-top: 10px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select
{
  width: 100%;
}

.font16 {
  font-size: 16px;
}

h2 {
  font-weight: bold;
}

#rezultat {
  border: 1px solid #444;
  min-height: 31px;
}

#rezultat>span {
  font-size: 18px;
  font-style: italic;
  color: #006;
  text-align: center;
}

.bonus>div>span>p {
  font-size: 18px;
  color: #060;
  font-weight: bold;
  text-align: center;
}