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