@charset "UTF-8";

#tx_cookies_showPermanent {
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 1040; /* higher than z-index of Bootstrap header */
}
#tx_cookies_inner {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index: 1040; /* higher than z-index of Bootstrap header */
    font-size:14px;



    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);

}
#tx_cookies #tx_cookies_close {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

