label#rodoInfo {
    font-style: italic;
    text-align: justify;
    font-weight: normal;
}

button#getNewsletter {
    float: left;
    font-size: 20px;
    width: 100%;
    margin: 0;
    white-space: normal;
    word-wrap: break-word;
}
div#newsletterContainer{
    margin-top: 20px;
}

/* zakładki */
#userDataTabs a.nav-link {
    text-decoration: none;
    font-size: 17px;
}
/* aktywna zakładka */
#userDataTabs li.active>a.nav-link {
    color: #84a500;
    font-weight: bold;
}

#userEditForm label {
    font-weight: normal;
}

#user .kpjp-pc-edit-button {
    width: 100%;
}

#mapPickerContainer {
    margin-top: 20px;
}

img#newsletterExampleImg {
    width: 80%;
}

/* wybrany podkład */
#mapPickerContainer img:hover{
    transform: scale(0.9);
}

#mapPickerContainer img {
    object-fit: cover;
    min-height: 300px;
    transition: transform .2s;
    cursor: pointer;
    max-width: 100%;
}

div#pass_info {
    line-height: 200%;
    padding: 20px;
}