
.popup-cookie {
    position: fixed;
    width: 842px;
    bottom: 0;
    padding: 2px;
    margin-top: 1px;
    display: block;
    background-color: #eee;
    border: 3px solid rgb(50, 90, 90);
    text-align: center;
    font-size: 14px;
    z-index: 1001;
    background:rgba(0,0,0,0.7);
}

.popup-cookie .header {
    color:white;
    margin-bottom:0px;
    border-bottom:none;
    height:30px;
}

.popup-cookie .header .title {
    font-size: 19px;
    font-weight:normal;
    display:inline-block
}

.popup-cookie .header .action {
    float:right;
    font-size:13px;
    width:20px;
    cursor:pointer;
}

.popup-cookie .body {
    color:white;
    padding: 0px 10px 7px 10px;
    line-height: 27px;
}





.rba-message-popup .footer {
    padding-top: 30px;
}

.popup-cookie .body .button {
    margin-left:10px;
    padding: 4px;
    cursor: pointer;
    border: solid 1px white;
}

.popup-cookie .body .button a {
    color: white;
}
.popup-cookie .body .button a:link {
    color: white;
}
.popup-cookie .body .button a:visited {
    color: white;
}

