div.cookie-bar-container {
    height: 115px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999999999999;
    background:whitesmoke;
    border: 1px solid gainsboro;
}

h4.cookie-bar-title {
    color: #B28F0F
}

div.cookie-bar-container p {
    line-height: 14pt;
}