html,
body {
	margin: 0;
	padding: 0;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	-webkit-appearance: none;
	appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	background: #f5f5f5;
	color: #111111;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
}


td {
	align-items: center;
	align-content: center;
	text-align: center;
	border: 1px dotted #999;
}

th {
	border: 1px dotted #999;
}

.cluster {
	background: #e1e1e1;
}

.node {
	background: #edfef8;
}

.sys {
	background: #fbebff;
}

table {
	border:#111111 1px solid;
	width: 100%;	
}