#cookie-bar {
    line-height: 24px;
    text-align: center;
    padding: 8px 0;
    font-size: 1em;
    position: fixed;
 bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #444;
    transition: transform .3s;
	    font-size: .9em;
	font-family: sans-serif;	
	color:#fff;
}

 