.cookie_notification {
    position: fixed;
    box-shadow: 0px 2px 2px rgba(127, 127, 127, 0.5);
    width: 100%;
    background: #f3f3f3;
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    min-width:990px;
    z-index: 10;
}

.cookie_notification.mobile {
    bottom: 0;
    min-width: initial;
    border-top: solid 2px #e2e2e2;
}

.cookie_notification + div {
    background-color: #40affa;
    padding: 5px;
}
.cookie_notification span {
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #333;
    padding-top: 5px;
    display: inline-block;
    text-shadow:0 1px 0 #fff;
    padding: 5px;
}

.cookie_notification.mobile span {
    max-width: 80%;
}

.cookie_notification button {
    float: right;
    position: relative;
    top: 2px;
    right: 10px;
    border-radius: 3px;
    border-width: thin;
    border-color: #c40009;
    background: #e45857;
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
    color: #fff;
    padding: 4px 7px;
    font-weight: bold;
}
.cookie_notification button:hover{cursor: pointer; opacity: 0.75}
.cookie_notification button:active{background: #fff; color:#e45857;}

@media handheld {
    .cookie_notification {
        bottom: 0px;
        min-width: auto;
    }
    .cookie_notification span {
        font-size: 12px;
        font-weight: normal;
    }
}
@media handheld and (max-width: 80em) {
    .cookie_notification,
    .cookie_notification + div {
        width: 100%;
        height: 76px;
    }
}
