#unichips-cookies {
    background-color: #404040;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    clear: both;
    color: #fff;
    font-size: 15px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
}
#unichips-cookies a {
    color: #bebebe;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.33333;
    margin: 0;
    padding: 0;
}
#unichips-cookies .unichips-cookies-inner {
    margin: 0 auto;
    max-width: 90%;
    padding: 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}
#unichips-cookies .unichips-cookies-inner:after {
    content: "";
    display: table;
    clear: both;
}
#unichips-cookies .unichips-cookies-inner p {
    padding: 0 10px 0 10px;
}
#unichips-cookies .btn-close {
    margin-top: 0;
    /*position: absolute;*/
    right: 20px;
    top: 20px;
    z-index: 1;
}
#unichips-cookies .btn {
    background: #fff none repeat scroll 0 0;
    color: #2c2c2c;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 0 0 10px;
    padding: 5px 6.66667px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}