.cookie-notification{
padding: 6px 30px;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #ccc;
    box-shadow: 0px 2px 10px #888888;
    max-width: 800px;
    margin: 15px auto;
    left: 0;
    right: 0;
    background: rgba(256,256,256,0.8);
    z-index: 99;
    border-radius: 5px;
}
.cookie-notification p{
	color: #262626; font-size: 12px; line-height: 17px; letter-spacing: .1px; padding: 0 30px 0 0;margin:0
}
.btn-close-cookie-notification{
    background: #ed8c1b;
    border: none;
    color: white;
    padding: 10px !important;
    cursor: pointer;
    max-height: 40px;
    font-size: 12px !important;
    position: relative;
    line-height: 10px !important;
	
}
.cookie_notification_contents
{
display: flex;    justify-content: center;
    align-items: center;    width: 100%;	
} 

@media (max-width:500px)
{
    .cookie_notification_contents {
    display: block;
    }
}