#hide_cookie {
    font-size: 11px;
    height: 30px;
    line-height: 30px;
}
.ds-cookie-layout {
    background-color: white;
    color: black;
}
.cookie-text {
    width: 100%;
    float: left;
    padding-left: 14px;
    font-weight: bold;
}
.cookie-text-ds {
    text-align: center;
    font-weight: normal;
    font-size: 12px;
}
.cookie-text .popover-content {
    line-height: 1.5;
    color: black;
}
.link {
    cursor: pointer;
    text-transform: uppercase;
}
@media (max-width: 759px) {
    #hide_cookie {
        height: 43px;
        line-height: 14px;
        padding-top: 5px;
    }
    .cookie-text {
        text-align: center;
        padding-right: 30px;
    }
    .not-accept-link {
        white-space: pre-line;
    }
}
@media (max-width: 461px) {
    #hide_cookie {
        padding-top: 5px;
    }
    .not-accept-link {
        white-space: nowrap;
    }
}
@media print {
    #hide_cookie {
        display: none;
    }
}
