#cookie-bar {
    font-size: 16px;
}

@media only screen and (max-device-width: 800px) {
    #cookie-bar {
        font-size: 12px;
    }
    #cookie-bar-prompt-content {
        font-size: 11px;
        max-height: 80vh;
    }
    #cookie-bar-browsers a {
        width: 50px;
    }
}

#cookie-bar {
    background: #45484D;
    background:    -moz-linear-gradient(top,  rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,30,30,0.95)), color-stop(100%,rgba(0,0,0,0.95)));
    background: -webkit-linear-gradient(top,  rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
    background:      -o-linear-gradient(top,  rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
    background:     -ms-linear-gradient(top,  rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
    background:         linear-gradient(to bottom,  rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);

    font-family: "PT Sans", sans-serif;
    left: 0;
    line-height: 1.5;
    margin: 0;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    display:flex;

    color: #FFF;
    font-weight: 300;
}

#cookie-bar * {
    line-height: 1.5;
}

#cookie-bar p {
    text-align: justify;
    text-justify: inter-word;
    margin: 0.5em 2em;
    color: #FFF;
}

#cookie-bar div {
  display: flex;
  align-self: middle;
  min-width: 280px;
}

#cookie-bar div a {
    background-color: #00cab0;
    border-radius: 3rem;
    color: #FFF !important;
    cursor: pointer;

    font-size:1.5rem;
    line-height: 1.2rem;
    text-decoration: none;

    padding: 1rem 2rem;

    display: flex;
    align-self: center;
    margin: 0 auto;
}

#cookie-bar a {
    color: #00cab0;
    text-decoration: none;
}
#cookie-bar div a:hover {
    text-decoration: none;
}
