/*
 * WISHLIST pages
 */

/* Add to wishlist button, positioned rougly in the middle of a row of three buttons. */
a.wishlist {
  margin-left: 50%;
}

#wishlist-form label {
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 1em;
  width: 10em;
}
#wishlist-form p.submit {
  margin-left: 11em;
}

#wishlist-list td.delete {
  width: 4em;
}
#wishlist-list td.thumb {
  text-align: center !important;
  vertical-align: top;
  width: 60px;
}
#wishlist-list td.price {
  padding-right: 4px;
  text-align: right !important;
}
#wishlist-list td.add {
  width: 9em;
}


/* Target production browsers (i.e. Apple Safari, KHTML and Gecko) */
html[xmlns*=""] body:last-child a.wishlist, body:last-child:not(:root:root) a.wishlist {
  margin-left: 20%;
}

/* Target "Webkit" (PC version of Safari) */
@media all and (min-width: 0px) {
  body:not(:root:root) a.wishlist {
    margin-left: 20%;
  }
}