.eu-cookie {
    background-color: #666;
    color: #fff;
    left: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 0px;
    line-height:20px;
}
.eu-cookie p {padding:5px 0;}
.eu-cookie a {
    background-color: #303030;
    border: 1px solid rgba(0,0,0,.1);
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 4px 10px;
    text-decoration: none;
    white-space: nowrap;
    margin: 3px;
}

