table, th, td {
	border: 1px solid #004000;
	border-collapse: collapse;
	cursor: pointer;
	border-radius: 8px;
	font-family: "Source Sans Pro";
	font-size: 16px;
}

#user-table-body {
	border: 1px solid var(--neutral-normal);
}

.user-cell {
	padding: 2px 7px;
}

#permission-checks {
	display: flex;
	flex-flow: column;
	margin-top: 0px;
}

#formButtons {
	clear: both;
	margin-bottom: 10px;
}
