p#opResult.error {
    color: red;
}

p#opResult.responded {
    padding: 4em 0 7em 0;
}

a.addGuest{
    cursor: pointer;
}

input.attending {
    appearance: auto;
    -webkit-appearance: auto;
}

label.attending {
    text-align: left;
}

table.attending {
    margin-bottom: 0;
    margin-top: -0.3em;
}

table.attending td {
    text-align: left;
}

div.rsvpFormLabel {
    margin: auto;
}

.rsvpFormLabel {
    /*flex: content;*/
    display: block;
    padding-left: 1;
    text-indent: -1em;
}

input[type="checkbox"].attending{
    vertical-align: middle;
    position: relative;
    /*margin: 5em;*/
}

div.rsvpRow {
    margin-top: 0;
}

div.rsvpForm {
    display: inline-block;
}

img.rsvpAddRemove {
    width: 1em;
    height: 1em;
    cursor: pointer;
}

div.addRemove {
    padding: 1em 0 1em 0;
}