#privacy-msg-container {
display: none;
position:fixed;
bottom: 0;
width:100%; border-radius: 0;  z-index: 999999;
background-color: #000;
transition: background-color 0.5s ease;
padding: 10px 20px;
color: white;
min-width: 200px;
margin-left: auto;
margin-right: auto;
text-align: center; a {
color: white;
text-decoration: none;
}
a:hover {
color: white;
text-decoration: none;
}
}
#privacy-msg-container .h3 {
display: inline-block;
margin:0;
margin-top:10px;
font-size:18px !important;
}
#privacy-msg {
max-width:90%;
}
#privacy-msg-close {
margin:0 20px;
min-width: 36px;
float: right;
cursor: pointer;
}
.privacy-member {
display: inline-table;
font-size: 16px;
margin-right: 20px;
}
.fl-logo-img {
margin-top:6px;
margin-bottom: 8px;
max-width: 200px;
}
@media screen and (max-width: 1720px) {
#privacy-msg {
text-align: left;
.h3 {
text-align: left;
}
}
}