body {
  width: 300px;
  height: 250px;
  max-width: 300px;
  max-height: 300px;
}
#logo-container {
  width: 100%;
  height: 19%;
  float: left;
}
#alloffers-container {
  width: 100%;
  height: 81%;
  float: left;
}
#alloffers-container.right #alloffers-container-relative {
  padding-left: 0;
}
#alloffers-container.left #alloffers-container-relative {
  padding-right: 0;
}
#alloffers-container.left .offer-container {
  margin-right: 1px;
}
#alloffers-container.right .offer-container {
  margin-left: 1px;
}
.offer-enlarger-image img {
  display: block;
  margin: auto;
}
.offer-container {
  width: 24.8%;
  height: 49.8%;
  margin-bottom: 1px;
}
.offer-img-container {
  height: 100%;
}
.offer-price-container, .offer-oldprice-container {
  display: none;
}
.offer-price-container > p {
  display: none;
}
.offer-price-container > p span {
  display: none;
}
.offer-oldprice-container > p {
  display: none;
}
.offer-oldprice-container > p span {
  display: none;
}
.offer-name-container {
  height: 56%;
  padding: 4px;
}
.offer-name-container > p span {
  font-size: 13px;
}
#offer-enlarger {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.offer-enlarger-image {
  width: 55%;
  height: 100%;
  float: left;
}
.offer-enlarger-infobar {
  height: 45px;
}
.offer-enlarger-name {
  height: 50%;
  width: 100%;
}
.offer-enlarger-name > p span {
  font-size: 12px;
}
.offer-enlarger-price-wrapper {
  height: 50%;
  width: 100%;
}
.offer-enlarger-button-wrapper {
  height: 25%;
  width: 100%;
  right: -27.2%;
  bottom: 13px;
}
.offer-enlarger-price > p span {
  font-size: 14px;
}
.offer-enlarger-oldprice > p span {
  font-size: 14px;
  text-decoration: line-through;
}
a.offer-container:hover {
  border:  !important;
}
.offer-enlarger-button {
  cursor: pointer;
}
.offer-enlarger-ribbon-container {
  left: 37.6%;
  top: 0;
  right: 0;
}
.offer-enlarger-ribbon {
  top: 20px;
  left: 9px;
}
.offer-stars-position {
  bottom: 0px;
  top: auto;
  left: auto;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px 0px 0px 0px;
  display: block;
  z-index: 2;
  box-shadow: -1px -1px 7px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.offer-region-position {
  bottom: 0px;
  top: auto;
  left: 0px;
  right: auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0px 8px 0px 0px;
  padding: 5px;
  display: block;
  z-index: 2;
  box-shadow: 1px -1px 7px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
