.wcep-product {
  margin: 10px;
  text-align: center;
}

.wcep-product .wcep-product-link {
  display: inline-block;
  font-size: 1em;
  margin: 5px 0 0 0;
}

.wcep-product .wcep-product-name {
  display: block;
  font-size: 1em;
  padding: 0;
  margin: 10px 0 0 0;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wcep-product .wcep-product-picture {
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  vertical-align: middle;
}

.wcep-product .wcep-product-picture-wrapper {
  min-height: 64px;
  overflow: hidden;
}

.wcep-product .wcep-product-stock {
  font-size: 0.9em;
  font-style: italic;
  margin: 5px 0 0 0;
  text-align: center;
}

.wcep-product.wcep-stock-display {
  min-height: 260px;
}

.wcep-product .wcep-product-price {
  font-size: 1em;
  font-weight: bold;
  margin: 5px 0 0 0;
  text-align: center;
}

.wcep-products {
  margin: 10px 0;
}

.wcep-code-sample {
  background: #333333;
  color: #EEEEEE;
  display: block;
  font-family: monospace;
  margin: 10px 0;
  padding: 15px;
  white-space: pre;
}
