body{
  background: #E6E6E6;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  color: #444444;  
}
h1, h2{
  text-transform: uppercase;

}
h1{
  font-size: 14px;
  margin: 5pxpx 0 10px 0;
  color: #444444;
}
h2{
  font-size: 10px;
  margin: 0px;
  color: #b5b5b5;
}
.mobil{
  width:400px;
  height:auto;
  margin: 0 auto;
}
.jegy{
  margin: 15px;
  float: left;
  background: #fff;
  box-shadow: 0 0 5px #a5a5a5;
  width: 330px;
  padding: 20px;
}
.esemenynev{
  width: 100%;
  float: left;
  padding: 8px 0;
}
.border{
  border-bottom: 1px solid #e3e3e3;
}
.kicsi{
   width: 50%;
   float: left;
}
.nagy{
   width: 80%;
   float: left;
}
button{
    background: none;
    border: none;
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}