@import url(http://fonts.googleapis.com/css?family=Open+Sans);

.notify-cookies-policy-container {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0.5em 5%;
    background: none repeat scroll 0% 0% #000;
    color: #fff;
    z-index: 1000;
    text-align: center;
    opacity: 0.95;
    font-family: 'Open Sans';
    font-size: 13px;
}

.notify-cookies-policy-container > a {
    color:#fff;
    text-decoration: underline;
}


.notify-cookies-policy-container .policyCloseButton {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #111;
    text-shadow: 0 1px 0 #fff;
}

