#cookiebanner a {
    color:#000;
    text-decoration:underline;
}

#cookiebanner a:hover {
    text-decoration:underline;
}

#cookiebanner div {
    padding:10px;
    padding-right:40px;
}

#cookiebanner { 
    outline: 1px solid #000;
    text-align: left;
    background: #FFF;
    position: fixed;
    top: 0px;
    z-index: 10000;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    box-shadow: inset -7px -7px 9px -7px rgba(0,0,0,0.7);
}

#cookiebanner-close {
    color: #FFF;
    position: absolute;
    right: 12px;
    text-align: center;
    font-weight: bold;
    bottom: 12px;
    cursor: pointer;
    border-top: 1px solid #AEB618;
    border-left: 1px solid #AEB618;
    border-bottom: 1px solid #AEB618;
    border-right: 1px solid #AEB618;
    padding: 4px;
    background: #AEB618;
    width: 60px;
}

#cookiebanner-close:hover {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid #7b92a9;
    border-left:1px solid #7b92a9;
}
