/* (X) NOT IMPORTANT - COSMETICS */
* {
  font-family: Verdana, Helvetica, sans-serif;
  box-sizing: border-box;
  font-size: 32px;
}
body {
  max-width: 600px;
  padding: 10px;
  margin:auto;
  
}
form {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  background: #f7f7f7;
}
input {
  display: block;
  width: 100%;
  padding: 10px;
}
input[type=text] {
  border: 1px solid #ddd;
}
input[type=submit] {
  margin-top: 20px;
  border: 0;
  color: #fff;
  background: #38708B;
  cursor: pointer;
  border-radius: 30px;
  
}
#results div {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  background: #f7f7f7;
}
#results div:nth-child(even) {
  background: #fff;
}

rendszam { background: #fe921f; color: #ffffff; display: inline-block; 
font-family: 'Lato', sans-serif; font-size: 12px;
font-weight: bold; line-height: 12px; letter-spacing: 1px;
margin: 0 0 30px; padding: 10px 15px 8px;
text-transform: uppercase; }

datum div { background: #fe921f; color: #ffffff; display: inline-block; 
font-family: 'Lato', sans-serif; font-size: 12px;
font-weight: bold; line-height: 12px; letter-spacing: 1px;
margin: 0 0 30px; padding: 10px 15px 8px;
text-transform: uppercase; }

logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}