.cookieconsent__container {
    font-size: 18px;
    padding: 15px;
    box-sizing: border-box;
    position:fixed;
    bottom:0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.cookieconsent__text {
    display: block;
    float: left;
    margin-bottom: 0;
}

.cookieconsent__text a {
    color: #fff;
    text-decoration: underline;
}

.cookieconsent__text a:hover,
.cookieconsent__text a:active,
.cookieconsent__text a:focus {
    color: #fff;
    text-decoration: underline;
}

.cookieconsent__button {
    padding: 5px 10px;
    border:0;
    line-height: 1;
    float: right;
    margin-top: 0.25rem;
}

.privacyBorder {
    border: 1px solid;
    padding: 10px;
}

.privacyH1, .privacyH2  {
    line-height: 1.3125;
    margin: 0px 0px 0.65625em;
    font-family: "Myriad Pro Italic", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    padding: 0px;
    font-style: italic;
}

.privacyP, .privacyLi {
    font-size: 90%;
    line-height: 1.5;
    margin: 0.8em 0;
    color: #727D80;
}

.privacyH2 {
    line-height: 1em;
    padding: 0.8em 0px 0.3em;
    font-weight: 400;
    color: black;
    margin: 0px;
}

.privacyOl {
    padding-top: 5px;
}

@media (min-width: 768px) {
    .privacyH1 {
        font-size: 228.571%;
    }

    .privacyH2 {
        font-size: 150.429%;
    }
}
