#privacy-policy {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #cedbe5;
    padding: 10px 0;
    display: none;
    z-index: 10000;
    text-align: center;
    font-size: 12px;
}

.privacy-policy-accept > a {
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    padding: 4px 10px;
    margin-left: 30px;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
    background: #8fbb4c;
    background: -webkit-gradient(linear, left top, left bottom, from(#87b843), to(#618f2c));
    background: -moz-gradient(linear, left top, left bottom, from(#87b843), to(#618f2c));
    background: transparent -moz-linear-gradient(center top , #87B843, #618F2C) repeat scroll 0% 0%
}