﻿#cookieConsent {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 26px;
    color: black;
    line-height: 26px;
    padding: 20px 90px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #cookieConsent {
        position: relative;
        width: 100%;
        padding: 20px 20px;
        margin-top: 30px;
    }
    #cookieConsent p {
        margin: 0;
    }
}
