body {
  background-color: #DDD;

  font-family: sans-serif;
}

.container {
  width: 80%;
  //background-color: white;
  margin: 0 auto;

}

#dataList {
  overflow: scroll;
  height: 400px;
  background-color: white;
  overflow-x: hidden;
  border-radius: 3px;
}

/* width */
::-webkit-scrollbar {
  width: 15px;
  border-radius: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5F4047;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #130C0E;
}

h1 {
  padding: 2%;
  background-color: white;
  border-radius: 3px;
  background-color: #bb4d80;
}

input {
  width: 98.5%;
  margin: 1% auto;
  display: block;
  border: none;
  padding: 10px;
  font-size: 1.5em;
  border-radius: 3px;
}

::placeholder {
  color: lightgrey;
}



.szerzok {
  background-color: #bb4d80;
  padding-left: 15px;
  border-radius: 3px;
}

.szerzok h2, h3 {
  display: inline-block;
  color: white;
}



.szukites a {
  background-color: #bb4d80;
  text-decoration: none;
  color: white;
  padding: 5px;
  border-radius: 3px;
}

.szukites a:hover {
  background-color: #111;
}

.szukites {
  background-color: white;
  color: #bb4d80;
  padding-left: 15px;
  border-radius: 3px;
  margin-top: 15px;
  padding: 15px;
}

.szukites h4 {
  display: inline-block;
  margin-right: 25px;
}


#dataList a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

ul {
  list-style-type: none;
}

#dataList li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}


#minden {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  text-align: center;
}


/* Navigacio */

nav {
  background-color: black;
  border-radius: 3px;
  padding: 0 5px;
}

nav a{
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 6px;
  margin: 0;
}

nav a:hover {
  color: #bb4d80;
}

#bibliografiak {
  background-color: gray;
}
