/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */


.ui-widget {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0 0px 0 0px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 0px 3px #ccc;
    z-index: 99;
}


.blue {
    background-color: #144879;
    padding: 10px;
}

.cookie-message * {
    color: #FFF;
    font-size: 13px;
}


a.cookiebar-close {
    color: #144879;
    background: #fff;
    padding: 5px;
    overflow: hidden;
    width:100px;
    margin:10px auto 0px auto ;
    text-align:center;
    display:block;
    cursor:pointer
}
