#region-top-content-page #cookie-notice a{
    color: #1770bb;
}
#cookie-notice{
    position:fixed;
    top:0px;
    left:0px;
    width: 100%;
    display: none;
    z-index: 9999;
    text-transform: none;
}

#cookie-notice .content{
    width: 100%;
    background-color: white;
    border: 1px solid #d9d9d9;
    float: none;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

#cookie-notice #cookie_notice_close{
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0;
    -webkit-appearance: none;
    margin-left: 20px;
}
