@charset "utf-8";

body{
  padding: 0px;  
}

input.search {
  font-size: 18px;  
}

div.boek {
  border:none;
  width: auto;
  font-size: 14px;
  padding: 14px;
}

div.boek:nth-child(2n+1) {
  background: rgba(0,0,0,0.1);
}

input.extended_search {
  font-size: 18px; 
}

div.search-cell {
background-color: rgba(255,255,255,0.9);
margin: 0;
padding: 14px;
}


div.data-cell {
background-color: rgba(255,255,255,0.9);
margin: 0;
padding: 0;
border-radius:0 0 10px 10px;
}
div.boek:last-child {
border-radius:0 0 10px 10px;
}

p.weblink {
background-color: transparent;
margin: 0;
padding: 0;
}

@media only screen and (max-width: 700px) {

div.boek:last-child {
border-radius:0 0 10px 10px;
}

}