#cc_close_page {
  cursor: pointer;
  display: inline;
  background: #e51b1f;
  color: #fff;
  position: sticky;
  float: right;
  top: 100px;
  margin-top: 20px;
  padding: 7px;
  text-align: center;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  z-index: 1;
}
#cc_close_page span {
  display: block; 
  font-size: .8rem;
}