#print {
  display: none;
  text-align: center;
}
#printButton {
	background-image: url("images/printbutton.png");
	width: 54px;
	height: 22px;
	border: 0px;
}
#statisticsArea {
  margin-bottom: 40px;
}
.area-info {
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.center-cell {
  text-align: center;
}
.fa-times-thin:before {
	content: '\00d7';
  font-size: 2.25rem;
}
.gray-border {
  border-color: lightgray;
  border-style: solid;
  border-width: 2px;
}
.sub-section {
  margin-left: 4%;
}
.sub-section-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.stat-group {
  margin-left: 4%;
  margin-bottom: 15px;
}
.stat-name {
  display: inline-block;
}
.stat-value {
  display: inline-block;
  font-weight: 550;
  padding-left: 8px;
  position: relative;
}
.spinning-gif {
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  height: 24px;
  position: absolute;
  display: block !important;
  top: -17px;
  left: 5px;
  width: 24px;
}
.title-subtext {
  font-size: 1.2rem;
  font-weight: 600;
}