#cookie_bar {
 position: fixed;
 bottom: 0;
 display: none;
 width: 100%;
 padding: 0 0 10px 0;
 text-align: center;
 color: #fff;
 background: rgba(0,0,0,0.7);
 z-index: 65;
}

#cookie_text {
 width: 100%;
 margin: 0 auto;
 font-size: 13px;
 line-height: 1.3;
}

#cookie_text .wrapper {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 padding: 0 54px;
}

#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-weight: normal;
 font-size: 12px;
 line-height: 1.3;
 color: #fff;
 text-decoration: underline;
}

.cookie_btn{
 align-self: center;
 padding: 6px 10px;
 margin-top: 12px;
 font-size: 13px;
 cursor: pointer;
}
