#cookie-law-info-bar {
   position: fixed;
   bottom: 0px;
   width: 100%;
   background-color: #fefefe;
   border-top: 4px solid #888;
   line-height: 1.9em;
   animation-duration: 0.5s; 
   animation-fill-mode: both; 
   animation-timing-function: ease-in;
}
#cookie-law-info-bar #cookie_action_close_header {
    background-color: #aaa;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 2px 8px 2px 8px;
    margin-top: -2px;
    border-radius: 3px;
}
@-webkit-keyframes easeUp {
    0% {transform: translateY(70px);} 
    100% {transform: translateY(0);}
}
.easeUp {animation-name: easeUp;}