#cookie-law-info-bar{
	display:none;
	border: 0;
    font-size: 10pt;
    margin: 0 auto;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
    background-color: rgb(255, 255, 255); 
    color: rgb(0, 0, 0); 
    font-family: inherit; 
    bottom: 0px; 
    border-top: 4px solid rgb(68, 68, 68); 
    position: fixed;
    
}

 #cookie-law-info-bar span {
	 vertical-align: middle;
 }
 
 #cookie_action_close_header{
	background: #404040;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    margin: auto 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    color: rgb(255, 255, 255);

 }
