  
#cookie_consent {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #000;
    width: 100%;
    padding: 20px;
    z-index: 1061;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#cookie_consent .copy {
	display: inline-block;
	padding-right:20px;
}
#cookie_consent button {
    background-color: #ffcd00;
    font-weight: 400;
    line-height: 1.5;
    color: #101820;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /* background-color: transparent; */
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#cookies_not_ok{
	background-color: grey !important;
} 
.hide { display:none !important; }