#privacy_banner1 {
  background-color: #009688;
  position: fixed;
  z-index: 2;
  opacity: 0.9;
  top: 150px;
  right: 10px;
  width: 100%;
  height: 200px;
  box-shadow: 0 2px 10px 0 rgba(121, 27, 147, 0.3);
  border-radius: 2px;
}
#privacy_head {
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  padding: 5px;
  color: #fff;
}
#privacy_content1 {
  background-color: #13bfb1;
  color: #fc6;
  padding: 5px 20px;
  font-size: 18px;
  line-height: 1.2em;
  text-align: center;
}
#privacy_buttons1 {
  font-size: 16px;
  font-weight: 100;
  line-height: 1;
  color: #a2a2a2;
  position: relative;
  font-family: helvetica, arial, verdana, sans-serif;
  top: 0;
  right: 0;
  padding: 20px 10px;
}
#privacy_buttons1:hover,
#privacy_buttons1:active {
  color: #fff;
  text-decoration: none;
}
#privacy_buttons1 input {
  border-radius: 5px;
  padding: 10px;
  margin: 0 20px;
  background-color: #666;
  color: #fff;
  cursor: pointer;
}
#privacy_button-learn-more {
  font-size: 14px;
  margin-top: 10px;
  margin-right: 5px;
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}
