.zozoH-oney{
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }	
.notification {
  background-color: #cbe6fd;
  color: white;
  text-decoration: none;
  padding: 4px 4px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}
.notification:hover {
  background: #0096d5;
  color: white;
}
#ZOZOprotect {
  position: fixed; 
  bottom: 7px; 
  right: 10px; 
  z-index: 99; 
  cursor: pointer;
  padding: 7px; 
  border-radius: 10px;
  font-size: 18px;
}