.remove-participant {
	cursor: pointer;
	font-size: 30px;
	line-height: 1;
	color: #cccccc;
}

.remove-participant:focus {
	color: #cccccc;
}

.remove-participant:hover {
	color: #ffbc00;
}

.add-participant {
	cursor: pointer;
}

.participant {
	border-top: 1px solid #e3e3e3;
}

.participants-container {
	margin-bottom: 20px;
}