/* Cookie styling */

.trumbowyg-box {
    background-color: #FFF;
}

.ga-help {
    font-size: 0.7em;
    margin-bottom: .5rem;
}

#cookieBar {
    background-color: rgb(0, 0, 0);
    width: 75%;
    left: 0px;
    right: auto;
    text-align: center;
}

#cookieBar a {
    color: #FFF;
    text-decoration: underline;
}

#cookieBar button {
    white-space: nowrap;
}

#cookieBarMini {
    background-color: rgb(0, 0, 0);
    left: 0px;
    right: auto;
    text-align: center;
    color: #FFF;
    border: none;
    padding: .5rem .5rem 0rem .5rem;
}

#cookieSelectorModalLabel img {
    height: 80px;
    width: auto;
}

@media (max-width: 991px) {
    #cookieBar {
        width: 100%;
    }
}