#rsvpList {
	margin: 25px 3%;
}
#rsvpList table {
	width: 100%;
	text-align: center;
}
#rsvpList table td {
	padding: 14px 0;
	border-bottom: 1px dotted #999;
}
#commaListDiv {
	margin: 0 0 0 30px;
	border-left: 4px solid #2E7799;
	padding-left: 20px;
}
#commaListDiv textarea {
	width: 70%;
	height: 100px;
	padding: 10px;
}
