table {
	border-collapse: collapse;
	border-spacing: 0;
}
thead th {
	border-bottom: 1px solid #ccc;
	text-align: left;
}

th, td {
	padding: 0.3em;
}

tbody tr:nth-child(2n) {
	background-color: #eee;
}

.name, .ip, .ipv4_subnets {
	min-width: 100px;
}

.ipv6_subnets {
	min-width: 250px;
}

.status {
	width: 100px;
}

.checking {
	background-color: #ffc;
}
.offline {
	background-color: #fcc;
}
.online {
	background-color: #cfc;
}