body {
    font-family: 'opensans-regular', sans-serif;
    overflow-x: hidden;
}

#cookie-consent-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2B2B2B;
    color: #7A7A7A;
    text-align: center;
    padding: 30px 10px 10px 10px;
    display: none;
    border-top: 1px solid white;
}

#cookie-consent-bar p {
    display: inline-block;
    margin: 0;
    padding-right: 10px;
}

#cookie-consent-bar button {
    background-color: #444;
    color: #ccc;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}
