/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.elf-sync-peerspectives {
	background-color: white;
	margin-top: 1em;
}

.elf-sync-peerspectives table {
	border: 1px solid #ccc;
	font-size: 1em;
}

.elf-sync-peerspectives table thead tr th,
.elf-sync-peerspectives table tbody tr td {
	padding: 0.5em 1em;
	border: 1px solid #ccc;
}

.elf-sync-peerspectives table tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.elf-sync-peerspectives table thead tr:first-child th {
	font-weight: normal;
	text-transform: none;
}

.elf-sync-peerspectives table tbody tr td.header {
	font-weight: bold;
}

.elf-sync-peerspectives table tr td a {
	font-weight: bold;
}