* {
  font-family: Verdana, "Lucida Grande", "Lucida Sans", sans-serif;
}

h4 {
  margin-left: 1em;
}

h5 {
  margin-left: 2em;
}

table {
  border-collapse: collapse;
  width: 60em;
  border: 1px solid #00496C;
  margin-left: 2em;
  font-size: 85%;
}

tr {
  border: 1px solid #00496C;
}

th, td {
  padding: 0.2em 1em;
  border-right: 1px solid #00496C;
}

th {
  color: #ffffff;
  background-color: #00496C;
  text-align: left;
}

.feature {
  width: 38em;
}

.coverage {
  width: 17em;
}

.complete {
  color: green;
}

.incomplete {
  color: #FF9900;
}

.missing {
  color: red;
}

.outdated {
  color: grey;
}
