body {
	margin: 60px 20px 0;
	font: 14px verdana,sans-serif;
	}
a {
	color: #888;
	text-decoration: none;
	padding: 4px;
}
a:hover {
	color: white;
	background: #888;
}
a.active {
	font-size: 20px;
	font-weight: bold;
	cursor: default;
}
a.active:hover {
	color: #888;
	background: none;
}
table {
	text-align: center;
	width: 100%;
	margin: auto;
}
th {
	font-size: 15px;
}
td {
	text-align: center;
	color: #bbb;
}
p.small {
	font-size: 10px;
	margin-top: 10px;
}
.ports img {
	margin-bottom: 0.5em;
	float:centre;
}

#combined {
  display:flex;
  flex-wrap:wrap;
  width:100%;
  height:100%;
}

#combined .graph {
  width:25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
}

#combined .graph h2 {
  font-size: 12px;
  display:none;
}

#combined .graph img {
  max-width:100%;
}

@media screen and (max-width:1800px) {
  #combined .graph {
    width:50%;
  }
}
