html {
    background: rgb(190, 219, 248);
    font-size: 16px;
}

h2 {
    font-size: 20px;
}

p {
    font-size: 16px;
}

.u3aHeaderTable {
    width: 100%;
}

.u3aHeaderTable .u3aHeader {
    justify-self: center;
    flex: 1;
}

.sectionBand {
    padding: 5px;
    background-color: rgb(0, 90, 185);
    text-align: left;
}

.tableMain {
    padding-bottom: 10px;
    background-image: none;
    background-color: #fff;
    font-size: 16px;
}
.tableMain input[type="text"] {
    margin-bottom: 10px;
    font-size: 14px;
}

.tableMain input[type="checkbox"] {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    padding: 10px;
}

.tableAux {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

.membershipClasses {
    width: 100%;
    border-collapse: collapse;
}

.required::after {
    content: " - required";
}

/* Online join screen */
.u3aJoinPage .gift-aid-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.u3aJoinPage .header {
    display: grid;
    grid-template-columns: 195px 1fr 195px;
    align-items: center;
}

.u3aJoinPage .header h2 {
    margin: 0;
    text-align: center;
}

.u3aJoinPage .header img {
    justify-self: start;
}
