#cookieBarFooter {
    width: 100%;
    height: 55px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding-top: 15px;
    font-size: 13px;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    display: block;
}
#cookieBarFooter p {
    margin: 0 auto;
    color: #fff;
    font-family: "SpeakOT", Arial, Helvetica, sans-serif;
    #font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    padding: 0;
}
#cookieBarFooter .agree {
    background-color: #fff;
    border: 1px solid silver;
    padding: 2px 6px;
    color: black;
    cursor: pointer;
    text-decoration: none !important;
}
#cookieBarFooter a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
#cookieBarFooter a:hover {
    text-decoration: none;
}
#placeForCookieBar {
    display: block;
    width: 100%;
    height: 39px;
}