#prcookie .cookie-alert{
    background: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding: 20px 30px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 200;
    bottom: 0px;
    top: auto;
    border-top: 1px solid #d5d5d5;
}
#prcookie .cookie-alert .close{
    position: absolute;
    right: 18px;
    top: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 1;
    outline: none;
    transition: 0.2s;
    cursor: pointer;
    z-index: 201;
}

#prcookie .cookie-alert p{
    color: black;
}