/* generic.css *
/* This file provides generic formatting for partner web-pages, currently offer and recipe buttons */

td.y-small-offer-link {
  vertical-align: top;
}

.y-spacer {
  display: none;
}

/* WordPress Styles (assumes #content container) */
#content table.y-small-offer {
  border: none;
  width: inherit;
  margin-bottom: 20px;
}

#content table.y-small-offer td {
  border: none;
  padding: 0 5px 0 0;
}

/* Recipe Format */

.y-recipe-link a.butn-link {
  display: block;
  height: 27px;
  width: 118px;
  cursor:pointer;
}

.y-recipe-link a.small-butn-link {
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 91px;
  cursor:pointer;
}

.y-offer-link a.butn-link span,
.y-recipe-link a.butn-link span,
.y-recipe-link a.small-butn-link span {
  display: none;
}
