main {
	h2 {
		margin: 0;
		padding: 0;
	}
}
table.sites {
	border: 1px solid #e6e6e6;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	th, td {
		border: 1px solid #e6e6e6;
		padding: 10px;
	}
	thead {
		background-color: #f7f7f7;
		th {
			text-align: left;
		}
	}
	th[scope=row] {
		font-weight: bold;
	}
}
