#cookie_notification{
display: none;
background: #AF6BDA;
color:#fff;
padding:3px 10px;
line-height:24px;
font-size:12px;
text-align:center;
overflow: hidden;
}



@media (min-width: 576px){
  #cookie_notification.show{
display: block;
text-align: center;
border:0;
font-size: 14px;
  }

  .cookie_accept{
margin:  5px auto;
background:#6EAB1F; 
color:#fff;
height:37px;
text-align:center;
font-size: 14px;}
 
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: center;
    font-size: 12px;

  }
  .cookie_accept{
background:#6EAB1F; 
color:#fff;
font-size: 12px;
height:22x;
  }
}