
    div.footer-column {
        display:block; width:13%; color:white; margin-left:15px; float:left;
    }
    ul.footer-list{
        list-style-type: none; 
        margin-left: 0px;
        padding-left: 0px;
    }

    ul.footer-list > li > a {
        display:inline-block; 
        color:#ffffff; 
        text-decoration: none;
        font-weight: lighter;
        padding: 5px;
    }
    ul.footer-list > li > a:hover {
        color:#ffffff;
    }

    hr.footer-column{
        margin-top:3px; 
        margin-bottom:5px; 
        margin-left:0px;
        border-top: 1px solid #888888;
        width: 60%;
    }
    hr.footer-column-2x{
        margin-top:3px; 
        margin-bottom:5px; 
        margin-left:0px;
        border-top: 1px solid #888888;
        width: 200%;
    }    

    #cookie-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #333;
        color: #fff;
        padding: 15px;
        text-align: center;
        z-index: 9999;
    }
    #cookie-banner button {
        color: #fff;
        border: none;
        padding: 8px 15px;
        cursor: pointer;
        margin-left: 10px;
    }
    #cookie-banner button .accept { 
        background-color: #007bff;
    }
    #cookie-banner button .reject {
        background-color: #dc3545;
    }    