#cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 14px;
    line-height: 18px;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: #ff7419;
}

.cookie-notice-container {
    padding: 10px;
    border-top: 2px solid #00c6d0;
}

.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 0;
}
#cn-notice-text a {
    text-decoration: underline
}

#cookie-notice .button {
    margin-left: 10px;
}

#cookie-notice .button.bootstrap {
    font-family: sans-serif;
    display: inline-block;
    margin-right: 0.3em;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #00B997;
    background-color: #00B997;
    background-image: -moz-linear-gradient(top, #00B997, #00B997);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00B997), to(#00B997));
    background-image: -webkit-linear-gradient(top, #00B997, #00B997);
    background-image: -o-linear-gradient(top, #00B997, #00B997);
    background-image: linear-gradient(to bottom, #00B997, #00B997);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

#cookie-notice .button.bootstrap:hover, #cookie-notice .button.bootstrap:focus {
    color: #000;
    background: #00B997;
}