#demoSection {
  background-color: whitesmoke;
  /* border-top: solid 5px;
  border-bottom: solid 5px; */
}
#demoSection h2, #demoSection h4, #demoSection h3, #demoSection p {
  color: rgba(100,100,100,0.45);
}
.demo-header-row {
  background-color: #ccc;
  padding: 15px;
}
#fake-add-to-cart {
  background-color: rgba(100,100,100,0.3);
  border: rgba(100,100,100,0.3);
}
#fake-add-to-cart:hover {
  cursor: default;
}
.your_card {
  max-width: 150px;
  max-height: 150px;
  border: solid slategray 1px;
  /* width: 100%; */
  margin-right: 15px;
  margin-bottom: 10px;
  height: auto;
  float: left;
}
/* span>b {
  margin: 5px 0px 10px 20px;
} */
#card_selected_from_embed span {
  color: black;
}
#talkToRep:hover {
  cursor: pointer;
}
