/********************************************* Wniosek - dokument pdf *****************************************************/
#wniosekpdf:not(.pdf) {
	border: 1px solid var(--maincolor);
	border-radius: 0.3rem;
    padding: 0.5rem;
}

#wniosekpdf {
	margin-top: 1rem;
    background-color: white;
}

#wniosekpdf .sekcja {
    margin: 1rem 0;
}

#wniosekpdf .naglowek {
    margin-bottom: 3rem;
}

#wniosekpdf.pdf .naglowek {
    margin-top: 15rem;
}

#wniosekpdf .dane {
    padding: 0.25rem;
    border: 1px solid #ccc;
    margin: 0.25rem 0;
    background-color: white;
    min-height: 1.25rem;
}

#wniosekpdf .podpis {
    margin-left: auto;
    margin-right: 10rem;
    width: 20rem;
    text-align: center;
    margin-top: 5rem;
}

#wniosekpdf .podpis #pole-podpis{
    min-height: 1.25rem;
    border-bottom: 1px dotted #444;
    margin-bottom: 0.25rem;
}
