@import "/_ui/screen.css";

#heading h1 {
  width: 12em;
  margin-top: -1px;
  font-size: 250%;
}
#heading h2 {
  width: 16em;
  margin-top: -1px;
  padding-top: 0;
  font-size: 144%;
}

/* Praatjes op AH Kookboeken overzicht */
.praatje {
  border-top: 1px dotted #b2b5b8;
}

#primary .praatje .shoponline {
  clear: none;
}

.praatje .singular.shoplist,
.praatje .singular.online_bestellen {
  margin-top: -2px;
  margin-bottom: 0.3em;
  padding: 4px 0 4px 0;
}
.praatje .singular.shoplist {
  background-image: url(/_ui/recipe_shoppinglist.gif);
}
.praatje .singular.online_bestellen {
  background-image: url(/_ui/singular_shopping.gif);
}
.praatje .singular.online_bestellen a:hover {
  color: #00A0E2;
}
.praatje .singular.shoplist a,
.praatje .singular.online_bestellen a {
  padding-left: 30px;
}
