@charset "utf-8";
#cajacookies {
  box-shadow: 0px 0px 5px 5px #808080;
  background-color: white;
  color: black;
  padding: 10px;
  /*margin-left: -15px;*/
  margin-right: -15px;
  margin-bottom: 0px;
  position: fixed;
  bottom: 0px;
  width: 100%;

  border: 1px solid #9CCC65;
  font-size: 0.938rem;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: bold;
  color:#9da7b0;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease-in-out,color 0.3s ease-in-out;
  border-radius: 0;
   
   
}
.agree-button {
    cursor: pointer;
    margin-right: 5px;
    margin-top: 0em;
    vertical-align: middle;
    overflow: visible;
    color: black;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
    border: 1px solid #9CCC65;
    font-family: "Source Sans Pro",sans-serif;
    padding: 5px 20px;
     letter-spacing: 0.9px;
    text-transform: uppercase;
    text-align: center;
    
	}
	.find-more-button {
    color: #9CCC65;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
    cursor: pointer;
    display: inline;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    background: none;
    margin-right: 30px;
}