#cookies {
    color: white;
    font-size: 14px !important;
}

#cookies span {
    font-size: 14px !important;
}

#cookies a {
    color: white;
    text-decoration: underline;
    font-size: 14px !important;
}

#cookies #cookies_close a {
    display: inline-block;
    padding: 6px;
    background: gray;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    font-size: 14px !important;
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    margin: 0 5px;
}