#cookie-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color: rgb(255,255,235) !important;
    background-color: rgba(0,0,153,0.85) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,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{color: rgb(255,255,235) !important;padding-left:100px !important;padding-bottom: 0 !important;margin-bottom: 0 !important;}
#cookie-note a{color: rgb(244,95,11);border-bottom: 1px solid rgb(244,95,11);}
#cookie-note a:hover{text-decoration: none;color: rgb(248,248,248);border-bottom: 1px solid rgb(248,248,248);}
#cookie-note button{
    margin: 10px auto 0 auto;
    display: block;
    color: rgba(255,255,255,1);
    background-color: rgb(244,95,11);
    border: 1px solid rgb(244,95,11);
    padding: 10px 30px;
    text-transform: uppercase;
    -webkit-transform: none;
    text-transform: none;
}
#cookie-note button:hover{background-color:rgb(0,0,153);color: rgb(244,95,11);border: 1px solid rgb(244,95,11);}
