#cookie-bar {
    background-color: #054D9C;
    border: 1px solid #E7D05E;
    height: auto; 
    line-height: 24px; 
    color: #fff; 
    text-align: center; 
    padding: 3px 0;
}
#cookie-bar.fixed {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%;
    z-index: 9999;
}
#cookie-bar.fixed.bottom {
    bottom: 0; 
    top: auto;
}
#cookie-bar p {
    margin: 0 22px;
    padding: 0;
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 12px;
    line-height: 18px;
    padding-top: 4px;
}
#cookie-bar a {
    color: #fff;
    display: block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0px 5px 2px;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    border-radius: 50%;
    position: absolute;
    margin-right: -22px;
    top: 3px;
    right: 0px;
}
#cookie-bar a:hover {
    color: #fff;
    background-color: #E7D05E;
}