.InvitationAnswers {
    text-align: center;
}

.InvitationAnswers-content {
    background-color: white;
    padding: 30px;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #f4f4f4;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.InvitationAnswers-title {
    font-size: 20px;
    line-height: 30px;
}

.InvitationAnswers-description {
    color: grey;
    margin-top: 10px;
}

.InvitationAnswers-table {
    margin-top: 30px;
    width: 100%;
    border-collapse: collapse;
}

.InvitationAnswers-row.highlight {
    font-weight: bold;
}

.InvitationAnswers-cell {
    border: 1px solid #ccc;
    padding: 10px 15px;
}
