* {
  font-family: 'Raleway', sans-serif;
}
.old body {
  background: rgb(0,129,201);
  background: linear-gradient(90deg, rgba(0,129,201,1) 0%, rgba(91,192,248,1) 49%, rgba(134,229,255,1) 95%);
}
body {
  margin: 0;
  padding: 10px;
  background: rgb(0,129,201);
  background: linear-gradient(180deg, rgba(0,129,201,0.8939950980392157) 0%, rgba(91,192,248,1) 23%, rgba(134,229,255,1) 60%);
}
.iskalnik input:hover {
  box-shadow: 0 9px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19) !important;
  transition: 0.5s;
}

.material-icons {
  padding: 0 !important;
  margin: 0 !important;
}
.iskalnik input{
  height: 55px;
  width: 50%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 60px 0 20px;
  font-size: 18px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}
#išči {
  position: absolute;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #644bff;
  cursor: pointer;
}
.center {
  margin: auto;
  width: auto;
}
.iskalnik {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.filtri {
  display: none;
  background-color: lightgray;
  border-radius: 5px;
  width: 50%;
  padding: 5px;
}
#skrij {
  display: none;
}
#pokazi {
  display: inline-flex;
  align-items: center;
}
.naslovFiltrov {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  margin-top: 10px;
}
.iskalnik button:hover {
  box-shadow: 0 9px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  transition: 0.3s;
}
.rezultati {
  display: block;
}
h4.rezultati {
  font-weight: bolder;
}
span.avtor {
  text-decoration: italic;
  font-weight: bold;
}
.ppt {
  text-decoration: underline;
  font-weight: normal;
}
p.besedilo {
  font-size: 0.8em;
  line-height: 0.99;
}
#sortAB,
#sortNUM {
  cursor: pointer;
  text-decoration: underline;
}