table {
	max-width: 750px;
}

.floatingHeader {
	position: fixed;
	top: 0;
	visibility: hidden;
}

th {
	color: #6680BD;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #B3BBD8;
	background-color: #fff;
	max-width: 750px;
}

td {
	text-align: center;
	border-bottom: 1px solid #B3BBD8;
	height: 75px;
}

#links a img {
  height: 0;
  width: 0;
  border-width: 0;
}

#links a {
  display:block;
  padding-top: 110px;
}

#links a:hover img {
  position: relative;
  top: -260px;
  left: -90px;
  height: 200%;
  width: 200%;
  max-height: 500px;
  border-width: 2px;
  border-color: #0ff;
}
.thumbnail {
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  margin: 0 15px 15px 0;
  padding: 5px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

