#cookie-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgb(24,30,4) !important;
    background-color: rgba(214,220,191,0.9) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(37,45,7,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(37,45,7,0.25) !important;
    box-shadow: 0px 2px 10px 0px rgba(37,45,7,0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    right: 0px !important;
    bottom: -200px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;  
    opacity: 0;
    z-index:99999!important;
    position:fixed;
}

#cookie-note.c7n-loaded {bottom: 0px !important;opacity: 1;}
#cookie-note p{padding-bottom: 0 !important;margin-bottom: 0 !important;}
#cookie-note a{color: rgb(74,91,15);border-bottom: 1px solid rgba(74,91,15,1);}
#cookie-note a:hover{text-decoration: none;color: rgb(111,137,23);border-bottom: 1px solid rgba(111,137,23,1);}
#cookie-note button{
    margin: 10px auto 0 auto;
    display: block;
    max-width: 100% !important;
    color: rgb(252,252,252);
    background-color: rgb(111,137,23);
    border: 1px solid rgb(74,91,15);
    padding: 10px 30px;
    text-transform: uppercase;
    -webkit-transform: none;
    text-transform: none;
}
#cookie-note button:hover{color: rgb(252,252,252);background-color: rgba(74,91,15,1);border: 1px solid rgb(159,176,100);}