﻿/*.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
}*/

/* eu_cookie_banner.js */
#cookie-law {
      position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
   text-align: center;
	background: #353530; 
     z-index:99;
   /* margin:0px auto 0; */
}
 
#cookie-law p { 
    padding:10px 3%; 
    font-size:1em; 
    text-align:left; 
    color:#fff; 
    margin:auto;
    text-decoration: none;
}
span.close_x { 
	color:red;
    float: right;
    }
