.cookieContainer {
    font-family: Arial;
    font-size: 11px;
    color: #ffffff;
    background-color: transparent;
    position: fixed;
    left: 10px;
    bottom: 10px;

    line-height: 16px;
    padding: 0px;
    background-color: #000000;
    width: 520px;
    text-align: justify;
    padding: 10px;
    text-align: left;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 1000000000;
}


.cookieContainer a {
    color: #ffffff !important;
    text-decoration: underline;
}
.cookieContainer a.close {
    margin-top: 20px;
    padding: 10px;
    background: #000;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-shadow: none;
    display: inline-block;
}

@media (max-width: 765px) {
    .cookieContainer {
        left: 0;
        bottom: 0;
        width: auto;
        border-radius: 0
    }
}
