.Related_Custom_DIV.toggle > div,
.last-for-fade,
.show-more-btn {
  display: block;
}

.Related_Custom_DIV.toggle {
  max-height: 177px;
  overflow: hidden;
  position: relative;
  padding-left: 11px;
}

.last-for-fade {
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.show-more-btn {
  width: 100%;
  margin: 0 auto;
  padding: 8px 20px;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  background: #efefef;
  margin-top: 5px;
  margin-bottom: 12px;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  text-transform: uppercase;
}

.Related_Custom_DIV.toggle,
.Related_Custom_DIV.toggle > div,
.show-more-btn {
  display: none;
}

.Related_Custom_DIV.original div:nth-child(n + 3) {
  display: none;
}
