/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.consent-info {
    /*margin-top: 0.5em;*/
    text-align: justify;
    font-size: 13px;
}

.consent-check {
    margin: 0.5em 0;
    display: table;
}

.consent-check label {
    padding-left: 3px;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
}

input#consent {
    display: table-cell;
    margin-top: 20px;
}
