#kartaDoboru{
    --kolorCzcionkiPodstawowy: rgb(126, 122, 122);
    --kolorCzcionkiWyrozniony: rgb(30, 145, 139);
	padding: 0;
    margin: 0;
    /* font-family: "Oxygen", sans-serif; */
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    width: 1050;
    height: 1485;
    margin:auto;
    border: 1px solid #60666d;
    transform: scale(1);
    overflow: hidden;
    display: none;
    cursor: zoom-out;
    white-space: normal;
}

#kartaDoboru.kartaZoom{
    cursor: zoom-in;
    transform: scale(0.5);
    margin-top: -360;
    margin-bottom: -360;
}

.tekstTytul{
    position: absolute;
    font-size: 36px;
    font-weight: 800;
    color: var(--kolorCzcionkiWyrozniony);
    /* border: solid 1px; */
}
.tekstRozdzial{
    position: absolute;
    font-size: 22px;
    font-weight: 600;
    color: var(--kolorCzcionkiWyrozniony);
    /* border: solid 1px; */
}
.tekstWynik{
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    color: var(--kolorCzcionkiWyrozniony);
    /* border: solid 1px; */
}
.tekstWynikMaly{
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: var(--kolorCzcionkiWyrozniony);
    /* border: solid 1px; */
}

.tekst{
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: var(--kolorCzcionkiPodstawowy);
    /* border: solid 1px; */
}
.tekstMaly{
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    color: var(--kolorCzcionkiPodstawowy);
}
.tekstMikro{
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    color: var(--kolorCzcionkiPodstawowy);
    /* border: solid 1px red; */
}
.tekstMikroBold{
    /* position: absolute; */
    font-size: 12px;
    font-weight: 800;
    color: var(--kolorCzcionkiPodstawowy);
    /* border: solid; */
}
.tekstMikroKolor{
    /* position: absolute; */
    font-size: 12px;
    font-weight: 800;
    color: var(--kolorCzcionkiWyrozniony);
    /* border: solid; */
}


#reNaw1{
    background-color: var(--kolorCzcionki);
    color: var(--kolorCzcionki);
}

#smaylogo{
    position: absolute;
    width: 200px;
    height: 100px;
    /* border: 1px solid #60666d; */
    background-repeat: no-repeat;
    background-size: 100%;
}
#obrazLogo{
    position: absolute;
    width: 320px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: 100%;
}
#obrazDuzy{
    position: absolute;
    width: 340px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: 100%;
}
#obrazMaly{
    position: absolute;
    width: 160px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: 100%;
}
#obrazWykres{
    position: absolute;
    width: 440px;
    height: 440px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.klasaspan{
    font-weight: 900;
}

.centerowane{
    position: absolute;
    /* border: 1px solid #60666d; */
    width: 400px;
    display:flex;
    justify-content: center;
}