/* 
    Created on : July 24, 2021, 10:40:45 PM
    Author     : bhenry
*/
 
  .ccpa-label a {
    text-shadow: 1px 1px 2px black;
    color: white;
    background-color: #e69e9e;
    border-radius: 25px;
    padding: 3px 16px 1px 16px;
    font-size: smaller;
    box-shadow: 1px 1px 3px #000;
    margin: -30px -5px 5px 0px;
  }
  .ccpa-label a:hover {
    background-color: #f5e4e4;
    box-shadow: none;
    box-shadow: -1px -1px 3px #b99999;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  