﻿.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
   /* background: #222;*/
   /* color: #fff;*/
    padding: 15px;
    z-index: 9999;
}

    .cookie-banner a {
        color: #4fc3f7;
    }
