#user-info .label {
	color: #999;
}
#navButtons button {
	min-width: 8em;
}

#viewContainerStn,
#viewContainerStnDeleg {
	text-align:left;
	font-size: smaller;
	margin: 0 auto;
	overflow: hidden;
}
#viewContainerStn table,
#viewContainerStnDeleg table {
	border: 1px solid #ddd;
	border-collapse: collapse;
	margin: 0 auto;
}
#viewContainerStn tr,
#viewContainerStnDeleg tr {
	border-bottom: 1px solid #ddd;
}
#viewContainerStn th,
#viewContainerStnDeleg th {
	text-align: center;
	font-weight: normal;
	color: #808080;
	background-color: #eee;
}
#viewContainerStn th,
#viewContainerStn td,
#viewContainerStnDeleg th,
#viewContainerStnDeleg td {
	padding: 0 3px;
}
#viewContainerStn a.stnLnk,
#viewContainerStnDeleg a.stnLnk {
	display: inline-block;
	max-width: 21em;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inspectiondate.due {
	color:orange
}
.inspectiondate.overdue {
	color: red;
}