.hidden {
	display: none;
}

.sysstat-table td a.more.more {
	color: rgba(0, 0, 0, .6);
}

.sysstat-table td a.more.more span.material-icons {
	font-size: 90%;
	margin-left: .5rem;
	transform: translateY(0.125rem);
}

div.sysstat-table table.sysstat-error colgroup col.col1 {
	width: 10%;
}

div.sysstat-table table.sysstat-error colgroup col.col2 {
	width: 25%;
}

div.sysstat-table table.sysstat-error colgroup col.col3 {
	width: 49%;
}

div.sysstat-table table.sysstat-news colgroup col.col1 {
	width: 30%;
}

div.sysstat-table table.sysstat-news colgroup col.col2 {
	width: 0;
}

div.sysstat-table table.sysstat-news th:nth-child(2),
div.sysstat-table table.sysstat-news td:nth-child(2) {
	width: 0;
	padding: 0;
}

div.sysstat-table table.sysstat-news colgroup col.col3 {
	width: 54%;
}

div.sysstat-table table.sysstat-system colgroup col.col1 {
	width: 20%;
}

div.sysstat-table table.sysstat-system colgroup col.col2 {
	width: 20%;
}

div.sysstat-table table.sysstat-system colgroup col.col3 {
	width: 44%;
}

div.sysstat-table table td:nth-child(4) {
	padding-left: 0;
	padding-right: 0;
	text-align: right;
}

div.sysstat-table table a {
	line-height: initial;
}