* { padding: 0; margin: 0; border: 0; font-family: inherit; }

a:link,a:active,a:visited {color : #FFFFFF;text-decoration: none;}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  background-color: #f0f0f8;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

code, pre, abbr, kbd {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

#wrapper {
  width: 955px;
  margin: auto;
  background-color: #ffd801;
  padding-bottom: 20px;
}

.content {
  width: 90%;
  margin: auto;
  background-color: white;
  position: relative;
  margin-top: -30%;
  box-shadow: 0 4px 8px 0 black, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: solid black 2px;
}

.armagyarazat {
  margin: 30px;
  z-index:2;
}

.armagyarazat li p {
  text-align: justify;
}

.kereso {
  text-align: center;
  margin: auto;
  padding: 5px;
  font-weight: bold;
}

.kereso ul {
  margin: 10px;
}

.kereso li {
  padding: 0;
	display: inline;
  text-decoration: none;
	list-style: none;
	margin: 3px;
}

.kereso a {
  padding: 5px;
}

.kereso a:link, .kereso a:visited {
  color: black;
}

.utcanevtabla {
  width: 70%;
  margin: auto;
}

table {
  width: 100%;
}

td, th {
  border: 1px solid black;
  padding: 3px;
  font-size: 0.8em; 
}
 
.tores {
  display: none;
}

.copyright {
  background-color: #ffd801;
  padding: 5px;
}

.copyright p {
  text-align: center;
  font-size: .8em;
}

@media only screen
and (min-width : 320px)
and (max-width : 640px) {
  #wrapper { width: 100%;}
  .banner img{width: 100%}
  .tores {display: block} 
}