.hub table th,
.hub table td {
	border-top: none;
	margin-bottom: 0px;
	vertical-align: text-top;
	padding-top: 3px;
	padding-bottom: 3px;
}

.hub .largeheading {
	font-size: 56px;
	color: #D4A24C;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 700;
}

.hub .heading {
	font-size: 20px;
	color: #1b1b1b;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 700;
}

.hub .singleContentTable,
.hub .dataGroupBox {
  margin-left: auto;
  margin-right: auto;
}

.hub table {
	width: auto;
	margin-bottom: 0px;
}

.hub .textbutton {
	display: inline-block;
	border: 1px solid #ac1100;
	background-color: #ac3a3a;

	border: 1px solid #cf974a;
	background-color: #cf974a;
	border-radius: 0.41em;

	color: #ffffff;
	padding: 13px 13px;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;

	width: 200px;
	text-align: center;

	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);

	text-transform: uppercase;
}



.hub a.textbutton:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.hub a.textbutton:active {
  transform: translateY(-0px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.hub .textbutton2 {
	font-weight: bold;
	font-size: 13px;
	color: #d4a24c;
	border-bottom: 1px #D4A24C dashed;
}

.hub a.textbutton2:hover {
	color: #d4a24c;
	border-bottom: 1px #D4A24C solid;
}

.hub .buttontable {
	margin-left: auto;
	margin-right: auto;
}

.hub label {
	display: inline;
}

/*
nav.ubermenu {
	padding-top: 15px;
}
*/

.hub td.label {
	width: 100px;
}

.hub td.entry {
	width: 300px;
}

.hub .help {
	font-size: 0.8em;
}

.hub input.suburbQuickSearch {
	padding-left: 0px;
	padding-right: 0px;
}


.hub select,
.hub input[type="text"],
.hub textarea {
	margin-bottom: 2px;
}

.hub .heavyDisplay {
	font-weight: bold;
}
