  .cookie-banner{
            position: fixed;
            bottom: 0em;
            left: 0em;
            right: 0em;
            background-color: #18355e;
            padding-top:5px;
			padding-bottom:5px;
            color: #fff;
            z-index:9999;
			opacity: 0.95;
        }
   
        .cookie-banner .cookie-accept{
            background-color: #b49d38;
            color: #fff;
            text-decoration: none;
            padding: .6em 1em;
            display: inline-block;
			margin-left:10px;
			border-radius: 5px;
        }
		
		 .cookie-banner .cookie-accept:hover{
            background-color: #8a792d;
			color:#fff!important;
		
        }
		
	.cookie-banner .pulsante_cookie {
text-align: right;
    display: inline-block;
    float: right;
    margin-top: 20px;
}
		
		.content-messaggio a{color:#fff; font-weight:bold;}
		.content-messaggio{margin: 0 auto;
    text-align: center;
    font-size: 13px;
    margin-top: 15px;
    display: inline-block;}


  @media only screen and (min-width: 240px) and (max-width: 767px) {
      .content-messaggio{font-size:11px}
	  
	  .cookie-banner .pulsante_cookie {
		float: none;
		margin: 0 auto;
		width: 100px!important;
		margin-top: 15px;
		display: block;
	 }
	  
  }