@charset "utf-8";
/* status.css CSS Document */

.table-status tr:nth-child(1) {
	text-align: center;
	font-size:36px;
	width: 80px;
	background-color: #7a7157;
	color: #ffffff;
}
.table-status td:nth-child(1) {
	text-align: center;
	font-size:36px;
	width: 80px;
}
.table-status td:nth-child(3) {
	text-align: center;
	font-size:36px;
	width: 80px;
}
.table-status td {
	vertical-align: top;
}
.table-status h3:nth-child(1) {
	margin-top:8px;
}
.status-big {
	font-size:36px;
}
.status-normal {
	color: #47a447;
}
.status-s4-maintenance {
	color: #0082ca;
}
.status-maintenance {
	color: #4d4d4d;
}
.status-issue {
	color: #ed9c28;
}
.status-outage {
	color: #d2322d;
}
.legend {
	text-align: center;
	margin-bottom: 15px;
}
