#ec-cookie-banner {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #323232;
    color: #CCC;
    min-height: 70px;
    font-size: 15px;
    font-family: Arial;
}

#ec-cookie-banner a {
    font-size: 15px;
    font-family: Arial;
}

#ec-cookie-banner .container {
    display: flex;
    flex-direction: row;
    min-height: 70px;
    align-items: center;
}

#ec-cookie-banner a {
    text-decoration: none;
    outline: none;
}

#ec-cookie-banner > .container > p {
    max-width: 85%;
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 20px;
}

#ec-cookie-banner #accept {
    float: right;
    background: none;
    background-color: #EC2E23;
    color: #FFF;
    border: none;
    outline: none;
    padding: 0px 10px;
    height: 40px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
    width: 90px;
}