﻿body {
}

button,
input,
select,
textarea {
    font: inherit;
}

.privacynotice{
    font-size: 0.8em
}

.smallfont-1 {
    font-size: 0.9em
}

.largefont-1 {
    font-size: 1.3em
}

.cardlink {
    color: black;
    text-decoration: none; /* no underline */
}

    .cardlink:hover {
        color: black;
        text-decoration: none; /* no underline */
    }

#dd_section1, #dd_section2, #dd_section3, #dd_section4 {
    resize: none;
}

.is-invalid {
    border: 2px solid red !important;
}