@import url(https://fonts.googleapis.com/css?family=Roboto:300,500);

#cookie-bar {
    background: #222;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 12px 5px;
    width: 90%;
    max-width: 700px;
    position: fixed;
    bottom: 35px;
    left: 5%;
    border-radius: 3px;
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.5);
    z-index: 9999;
    font: 300 12px/120% "Roboto",Arial,Helvetica,sans-serif;
}

#cookie-bar p {
        margin: 0;
        padding: 0;
    }

    #cookie-bar a {
        color: #ffffff;
        display: inline-block;
        text-decoration: underline;
        font-weight: 300;
    }

    #cookie-bar .cb-enable {
        color: #4285F5;
        font-size: 12px;
        text-decoration: none;
        margin-left: 16px;
        font-weight: 600;
    }

        #cookie-bar .cb-enable:hover {
            cursor: pointer;
        }

@media screen and (min-width: 640px) {
    #cookie-bar {
        left: 40px;
}
}

@media screen and (min-width: 768px) {
    #cookie-bar {
        font-size: 14px;
}
}



    
