body {
	font-family: 'Noto Sans', 'helvetica neue', helvetica, arial;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.625;
	margin: 0;
	background-color: #ffffff;
}

table {
      border-collapse: collapse;
    }

th, td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f4f4f4;
}

h1 {
	font-weight: 600;
	font-size: 20px;
}

h2 {
	font-weight: 500;
	font-size: 18px;
}

a:link, a:visited {
  color: #000;
}

td.emphasized {
  font-weight: 600;
  text-align: center;
}

.content-wrap {
  width: 1180px;
  max-width: 90%;
  margin: 0 auto;
}

.logofont {
	margin-top: 8px;
	font-weight: 700;
	font-size: 22px;
  text-decoration: none;
  display: inline-block;
}

.status-great {
  background-color: #01b15a;
}

.status-good {
  background-color: #fffe4b;
}

.status-fair {
  background-color: #ffbf3b;
}

.status-poor {
  background-color: #ff0019;
}

#dashboard {
  display: flex;
  flex-flow: row wrap;
}

.dbItem {
  display: flex;
  flex-flow: column;
  margin-right: 50px;
}

.dbItem > p {
  align-self: center;
  height: auto;
}

.dbItem > table {
  margin-top: auto;
  align-self: center;
}