#cookie-alert {
    font-size: 12px;
    height: auto;
    left: 0;
    line-height: 18px;
    min-width: 100%;
    position: fixed;
    text-align: center;
    z-index: 100000;
}
.cookie-alert-container {
    padding: 10px;
}
.box-bottom {
    bottom: 0;
}
#cookie-alert .button-cookie.btn-style {
    background: #f3f3f3;
    [if ! IE]background: linear-gradient(to bottom, #fefefe, #f4f4f4) repeat scroll 0 0 #f3f3f3;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font: normal 12px sans-serif;
    line-height: 18px;
    outline: medium none;
    padding: 2px 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
}
#cookie-alert .button-cookie {
    margin-left: 10px;
}
.button-cookie {
    font-weight: bold;
    position: relative;
    text-align: center;
    transition: background-color 0.15s ease-in-out 0s;
    width: auto;
}