@charset "UTF-8";

.institutionTable {
	text-align: center;
}
.institutionTable li:nth-child(odd) {
	margin-bottom: 0.5em;
}
.institutionTable li:nth-child(even) {
	margin-bottom: 1em;
}
.institutionTable li:last-child {
	margin-bottom: 0;
}
