.responsive_smallest .cppa .button {
  margin-top: 12px;
  width: 100%;
}
#body.webshot ~ .section.cppa {
  display: none;
}
.section.cppa {
  background: #fff;
  border-radius: 0;
  bottom: 0;
  box-shadow: 0 -4px 16px 0 rgba(0,0,0,0.2);
  left: 0;
  margin: 0;
  position: fixed;
  transition: bottom 1s;
  width: 100%;
  z-index: 9999999;
}
.section.cppa.accepted {
  bottom: -100vh;
}
.section.cppa .section-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
}
.section.cppa .section-text {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.section.cppa .button {
  font-weight: bold;
  padding-left: 32px;
  padding-right: 32px;
  text-transform: uppercase;
}
