/* *********************************************************************** */
/* cookies-infobar */

.cookies-infobar					{ display: none; position: fixed; bottom: 0px; width: 100%; padding: 5px 15px 7px 15px; background: #fff1a8; border-bottom: 1px #d8cc8e solid; color: #222; text-align: center; z-index: 999; opacity:0.9; filter:alpha(opacity=90); }
.cookies-infobar a					{ color: #f00; font-weight: bold; }

.privacy-policy	ol					{ margin: 15px 0 15px 0; }
.privacy-policy ol li				{ margin: 0 0 3px 40px; padding: 2px 0 0 0; list-style-type: decimal; }

.privacy-policy p					{ margin: 10px 0px 10px 0px; }

a.privacy-link						{ text-decoration: none; }
a.privacy-link.light				{ color: #555 !important; }
a.privacy-link.dark					{ color: #aaa !important; }