.cookie-warning {
    background-color: #f5e393;
    border-bottom: 1px solid #F5E393;
    font-family: Arial,sans-serif;
    height: 34px;
    left: 120px;
    line-height: 1em;
    overflow: hidden;
    padding: 1em;
    position: absolute;
    top: 68px;
    width: 700px;
}

.cookie-warning .inner {
    margin: 0 auto;
    max-width: 674px;
    position: relative;
}

.cookie-warning p {
    font-size: 11px;
    margin: 0;
    text-align: center;

}

.cookie-warning p a {
    text-shadow: none;
}

.cookie-warning .close {
    color: #000000;
    font-size: 26px;
    opacity: 0.6;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
}

.cookie-warning .close:hover {
    opacity: 1;
    text-decoration: none;
}