.thcookie-outer {
    z-index: 10000;
    position: fixed;
    font-family: "Helvetica Neue",HelveticaNeue,"TeX Gyre Heros",TeXGyreHeros,FreeSans,"Nimbus Sans L","Liberation Sans",Arimo,Helvetica,Arial,sans-serif;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    line-height: 130%;
}

.thcookie-headline  {
    font-family: "Lisbon", serif;
    font-weight: bold;
    font-size: 28pt;
    line-height: 28pt;
    margin-bottom: 15px;
}

.thcookie-inner {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: white;
    padding: 10px;
}
.thcookie-inner.top {
    bottom: unset;
    top: 0;
}
.thcookie-inner.bottom {
    bottom: 0;
    top: unset;
}

.thcookie-link a  {
    color: white;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

.thcookie-linklist {
    display: flex;
    flex-wrap: wrap;
    width: 560px;
    margin-top: 15px;
}

.thcookie-link {
    flex: 45%;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
    background: #ff1919;
    margin-top: 5px;
}

.thcookie-cancel    {
    display: inline-block;
    width: 275px;
    cursor: pointer;
    background: black;
    color: white;
    margin-top: 15px;
    padding: 5px;
    text-decoration: none;
    text-align: center;
}


@media screen and (max-width: 768px)    {
    .thcookie-headline  {
        font-size: 20pt;
        line-height: 20pt;
    }

    .thcookie-linklist {
        width: 100%;
    }

    .thcookie-link {
        flex: 100%;
        margin-right: 0;
    }

    .thcookie-cancel    {
        width: 100%;
    }
}