.update-status .top-row {
  border-top: 2px solid black;
}

.update-status .bottom-row {
  border-bottom: 2px solid black;
}

.update-status .links {
  text-align: right;
}

.update-status .project {
  font-weight: bold;
}

.update-status .info {
  padding-left: 3em;
}

.update-status tr.error {
	color: #000;
	background-color: #ffcccc;
}

.update-status tr.ok {
	color: #000;
  background-color: #ddffdd ;
}
