#cookie_bar {
 position:fixed;
 bottom:0;
 width:100%;
 padding:0 0 10px 0;
 background:rgba(0,0,0,0.7);
 text-align:center;
 color:#FFF;
 display:none;
 z-index:65;
}

#cookie_text {
 width:100%;
 margin:0 auto;
 font-size:12px;
 line-height:1.3;
}

#cookie_text .wrapper {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}

#cookie_text span{
 align-self: center;
 float:left;
 margin-right:12px;
 margin-top: 12px;
}

.learn_more{
 align-self: center;
 display:block; 
 float:left;
 margin-right: 12px;
 margin-top: 12px;
}

#cookie_bar a:link, #cookie_bar a:visited, #cookie_bar a:hover {
 font-size:12px;
 line-height:1.3;
 font-weight:normal;
 text-decoration:underline;
 color:#FFF;
}

.cookie_btn{
 align-self: center;
 padding: 6px 10px;
 margin-top: 12px;
 font-size: 11px;
 cursor: pointer;
}
