#cookie-bar { background:#a84597; min-height: 50px; line-height:24px; color:#ffffff; text-align:center; padding:12px 0; z-index: 2000; }
#cookie-bar.fixed { position:fixed; bottom:0; top:auto; left:0; width:100%; }
#cookie-bar.fixed.bottom { bottom:0; top:auto; }
#cookie-bar p { margin:0; padding:0; }
#cookie-bar .cb-enable { margin:0px 5px 0px 5px; }

@media (max-width: 450px) {
		#cookie-bar { background:#111111; height: auto; line-height:24px; color:#ffffff; text-align:left; padding:12px 0; opacity: 0.8; z-index: 2000; }
}