#cookie_policy_popup{
    width:100%;
    padding:9px 0;
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    font-size:0.75em;
    display: none;
}

#cookie_policy_popup .cookie_policy_content{
    max-width:1075px;
    width:100%;
    margin:0 auto;
}

#cookie_policy_popup .cookie_policy_content .legal_text{
    display:inline-block;
    max-width:97%;
}

#cookie_policy_popup .cookie_policy_content .close_button{
    display:inline-block;
    float: right;
    padding: 0 5px;
    font-size: 1.2em;
    font-weight: bold;
    cursor:pointer;
    text-align:center;
}