#cookie-bar {
    background: #434d79;
    line-height: 24px;
    color: #ffffff;
    padding: 20px 0px;
}

.cookie-bar-inner{
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}

#cookie-bar h3 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 2px;
}

#cookie-bar a {
    color:#ffffff;
    text-decoration: underline;
}

#cookie-bar button {
    background:#f19810;
    color:#ffffff;
    padding: 6px 20px;
}

#cookie-bar button:hover {
    background:#f5a834;
}
