#consent_blackbar {
    color: #EEE;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
}
#truste-consent-content {
    margin: auto;
    width: 66%;
}
#consent_blackbar img {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}
#consent_blackbar .trustetrack {
    background-color: #1F2630;
}
#truste-consent-buttons button {
    background-color: #4B5465;
    padding: 10px;
    font-size: 1.1em;
    font-variant: small-caps;
    text-transform: none;
}
#truste-consent-content a {
    color: #FFF;
    text-decoration: underline;
}
#truste-consent-content .truste-messageColumn {
    color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
}
