.promobutton_holder {
  padding: 20px;
  background-color: #E8E1DC;
}
.promobutton_holder h1,
.promobutton_holder h2,
.promobutton_holder h3 {
  font-weight: bold;
  text-align: left;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.promobutton_holder .promobutton_description p {
  color: #535353 !important;
  text-align: left !important;
}
.promobutton_holder .promobutton_description p strong {
  font-weight: bold;
}
.promobutton_holder a b,
.promobutton_holder a:visited b {
  font-weight: bold;
}
#main,
.main {
  overflow: visible;
}
#main > .inside,
.main > .inside {
  overflow: visible !important;
}
#main > .block,
.main > .block {
  clear: both;
  display: inline-block;
  width: 100%;
  overflow: visible;
}
#main .promobutton_holder .promobutton_description p,
.main .promobutton_holder .promobutton_description p {
  color: #535353 !important;
}
.promobutton_holder {
  position: fixed;
  bottom: 0;
  right: 20px;
  width: 340px;
  height: auto;
  box-shadow: 5px 10px 20px 0px black;
  overflow: hidden;
  z-index: 1;
  transition: bottom 2s ease-in-out;
}
.promobutton_holder h1,
.promobutton_holder h2,
.promobutton_holder h3 {
  text-align: left;
}
.promobutton_holder .promobutton {
  text-align: left;
}
.promobutton_holder .promobutton h1 {
  margin-bottom: 20px;
}
.promobutton_holder .promobutton .promobutton_description p {
  margin-bottom: 20px;
  text-align: left !important;
}
#intro {
  padding: 0 !important;
}
#main:not(.fixed-bg) {
  transform: none !important;
}
@media screen and (max-width: 400px) {
  .promobutton_holder {
    width: 100%;
    right: 0;
    margin: 0 !important;
    box-shadow: none;
  }
}
.promobutton_holder,
.promobutton_holder * {
  box-sizing: border-box;
}
.scroll1 .promobutton_holder {
  bottom: -600px;
}
