﻿.cookielabel {
    bottom:0; 
	position:fixed;
	z-index:99;
	opacity: 0.8;
    filter: alpha(opacity=80);
	height:40px;
    background-color:#033e6e; 
    width:100%; 
    padding:20px 0;
    font-family:"Open Sans",Arial,sans-serif !important; 
    font-size:13px !important;
	line-height:16px;
	font-weight:600;
    color: #fff;}
.cookielabel .container {margin: 0 auto; width: 982px; padding:10px}
.cookielabel .container a{color:#fff;font-weight:bold; text-decoration:underline}
.cookielabel .privacycoolieclose{ background-color: #fff;color: #033e6d !important; float: right; padding: 10px;text-decoration:none !important;}