#navigation, #info-box, #acknowledgements, .bold-div {
	display: none;
}

#organiser .top {
	display: none;
}

#organiser .bottom {
	display: none;
}

#organiser h1 {
	display: none;
}

.section-heading{
  text-align: center;
}

.button {
  display: none;
}

table {
  empty-cells: show;
  border-collapse: collapse;
  border: 1px solid black;
}

td, th {
  border: 1px solid black;
  padding: 5px 5px 5px 5px;
  vertical-align: top;
}

.badge {
  border: thin solid black;
  float: left;
  text-align: center;
  font: xx-large bold;
  width: 48%;
  padding: 95px 0px 95px 0px;
}

.receipt {
  float: left;
  padding: 50px 75px 50px 75px;
  border: thin solid black;
  line-height: 1.5;
}

.receipt-heading {
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: large;
  padding: 0;
  margin: 0;
}

.receipt-sub-heading {
  font-weight: bold;
  font-size: small;
}

.receipt-footer {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: small;
}

a {
  text-decoration: none;
  color: inherit;
}
