#cookie-bar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    color: #EEEEEE;
    padding: 10px 6px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 5000;
    line-height: 1.8rem;
    font-weight: normal;
    font-size: 0.8rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#cookie-bar p {
    margin: 0;
}

#cookie-bar a {
    display: inline;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    padding: .275rem .65rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
    background: #fff3;
    margin-left: 6px;
    font-weight: lighter;
    color: #fff;
}

#cookie-bar a:hover {
    background-color: #a8113c;
    text-decoration: none;
}