* {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	font-weight: normal;
	font-family: Roboto, Arial, sans-serif;
}
div {
	display: none;
}
#contenido {
	display: block;
}
h1 {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 24px;
}
table {
	table-layout: fixed;
	border-spacing: 0;
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	font-size: 14px;
	line-height: 16px;
}
table th,
table td {
	border: solid 1px #000;
	padding: 2px 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
table th {
	width: 90px;
	text-align: center;
}
table td {
	text-align: left;
}
table thead th,
table tfoot th {
	font-weight: bold;
	background-color: #ccc;
}
table tfoot th {
	text-align: right;
}
table tfoot {
	display: table-row-group;
}

#monitor {
	display: block;
}
#monitor thead th:nth-child(1) {
	width: 160px;
}
#monitor thead th:nth-child(2) {
	width: 130px;
}
#monitor thead th:nth-child(3) {
	width: 200px;
}
#monitor thead th:nth-child(4) {
	width: auto;
}
#monitor thead th:nth-child(5) {
	width: 110px;
}
#monitor tbody td:nth-child(-n+2) {
	text-align: center;
}
#monitor tbody td:nth-child(5) {
	text-align: right;
}


