
#panel_cookie {
    background: none repeat scroll 0 0 rgba(29, 29, 29, 0.94);
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #FAFAFA;
    color: #F5F5F5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#panel_cookie_dol {
    background: none repeat scroll 0 0 rgba(29, 29, 29, 0.94);
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #FAFAFA;
    bottom: 0;
    color: #F5F5F5;
    position: fixed;
    width: 100%;
    z-index: 999;
}
div#schowaj {
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    width: 98%;
}
div.tresc {
    float: left;
    width: 85%;
}
div.buttonciacho {
    float: left;
    padding-top: 10px;
    width: 15%;
}
#panel_cookie input, #panel_cookie_dol input {
    border: 1px solid #FAFAFA;
    border-radius: 5px 5px 5px 5px !important;
    display: inline;
    font-weight: 600;
    line-height: 1.4em;
    margin: 5px 20px;
    max-width: 200px;
    padding: 3px 7px;
    text-decoration: none !important;
}
#panel_cookie input#ukryj, #panel_cookie_dol input#ukryj {
    color: red;
    float: right;
    font-size: 11px;
}
#panel_cookie input:hover, #panel_cookie_dol input:hover {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #FAFAFA;
}
div#schowaj h4 {
    color: #FFFFFF;
    font-size: 16px;
}
div#schowaj p {
    font-size: 12px;
}
div#schowaj p a {
    background: none repeat scroll 0 0 transparent;
    color: #3665FE;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
div#schowaj p a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #3665FE;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}