
#cookie-bar {
  background:#ccc;
  height: auto;
  line-height: 100%;
  text-align: center;
  padding: 70px 15px 70px 15px;
  position: fixed ;
  bottom: 0px ;
  z-index: 10003;
  width:100%;
 }
  @media (min-width: 993px) {
    #cookie-bar {
      width: 300px;
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: none;
      margin-left: 10px; } 
  }
  #cookie-bar p {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px; 
    }
    
  #cookie-bar .cb-enable {
    display: block;
    width: 200px;
    background: #007700;
    text-decoration: none;
    color: #fff;
    padding: 7px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; 
	margin: 0 auto !important;
	margin-top: 10px !important;
	height: auto !important;
    }
    
    #cookie-bar .cb-enable:hover {
      background-color: #007700; 
    }
      
   
  #cookie-bar a {
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    text-decoration: underline;
  }

/*Tabella elenco cookies*/
.cookies_list table{
padding:10px 10px 10px 10px!important;
border:solid!important;
border-width:1px!important; 
width: 100%; 
}

.cookies_list td{
	padding-left:20px!important;
}

.cookies_list th{
  padding-bottom:10px!important;
  padding-left:20px!important;
  text-align:left;
}

.cookies_list {
padding-top:20px!important; 
}

.cookies_list h2
{
  padding-top:20px!important;
  padding-bottom:10px!important;
  font-size:12px!important; 
  font-weight:bold;
}
