.originaltextbutton {
  background-color: #333333;
  background-image: none;
  color: #FFF;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 0 #DBDBDB;
  border: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 3px;
  padding: 3px 14px;
  line-height: 30px;
  font-weight: bold;
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 0 0 #DBDBDB;
  display: block;
  width: 120px;
}


a.originaltextbutton:hover {
  background-color: #444444;
  background-image: none;
  color: #fff;
}
.hub-content .textbutton {
  background-color: #cb3b41;
  background-image: none;
  color: #ffffff;

    width: 204px;
    height: 52px;
    border: none;
    background: #cb3b41;
    border-radius: 0px;
    font-size: 15.81px;
    text-transform: uppercase;
    font-family: CeraGr-Bold;
    letter-spacing: 1px;


  border: none;
  outline: none;
  /* padding: 3px 14px;
  line-height: 30px;
  font-weight: bold;
  cursor: pointer; */
  display: block;

  padding-top: 11px;
  padding-bottom: 10px;

  text-align: center;
}


a.textbutton:hover {
  background-color: #444444;
  background-image: none;
  color: #fff;
}
.hub-content embed,
.hub-content iframe,
.hub-content object,
.hub-content video {
	margin-bottom: 24px;
	
}
.hub-content dl {
	margin: 0 24px;
}
.hub-content dt {
	font-weight: bold;
}
.hub-content dd {
	margin-bottom: 24px;
	
}

.hub-content td,
.hub-content {
	position: relative;
}
.hub-content th,
.comment-content th {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

.hub-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like 
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.hub-content dl.gallery-item {
	margin: 0;
}

.hub-content h1,
.hub-content h2,
.hub-content h3,
.hub-content h4,
.hub-content h5,
.hub-content h6
{
	margin: 0 0 0.5em;
	line-height:normal;
    font-family: 'Roboto Condensed', sans-serif;
}
.hub-content h1 {
	font-size: 34px;
	line-height: 1.5;
}
.hub-content .largeheading {
	font-weight: bold;

	padding-bottom: 20px;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	color: #d03539;
	font-family: CeraGR-Black;
	letter-spacing: 1px;
}

.hub-content .largeheading:after {
    content: "";
    border: solid 3px #1e1e1e;
    width: 20%;
    margin: auto;
    display: block;
    margin-top: 4px;
}
.hub-content h2,
.hub-content .heading {
    color: #ed2224;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: 'CeraGR-Black';
}
.hub-content h3 {
	font-size: 24px;
	font-weight:500;
}
.hub-content h4{
	font-size: 21px;
}
.hub-content h5 {
	font-size: 16px;
}
.hub-content h6 {
	font-size: 12px;
	
}
.hub-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.5;
}
.hub-content ol,
.hub-content ul{
	margin: 0 0 24px;
	line-height:1.5;
}
.hub-content ul ul
.hub-content ol ol,
.hub-content ul ol,
.hub-content ol ul {
	margin-bottom: 0;
}
.hub-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.hub-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.hub-content li {
	margin: 0 0 8px 36px;
	line-height: normal;
}
.hub-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.hub-content blockquote p:last-child {
	margin-bottom: 0;
}
.hub-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	
	line-height: 2;
}
.hub-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.hub-content pre code {
	display: block;
}
.hub-content abbr,
.hub-content dfn,
.hub-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.hub-content address {
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.hub-content embed,
.hub-content iframe,
.hub-content object,
.hub-content video {
	margin-bottom: 24px;
	
}
.hub-content dl {
	margin: 0 24px;
}
.hub-content dt {
	font-weight: bold;
}
.hub-content dd {
	margin-bottom: 24px;
	
}
/*
.hub-content table {
	border-bottom: 1px solid #ededed;
	margin: 0 0 24px;
	width: 100%;
}
.hub-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
*/

  /*
.hub-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
*/

.singleContentTable {
  min-width:580px;
  margin-left: auto;
  margin-right: auto;
}

.label {
  width: 150px;
  text-align: right;
  padding-right: 5px;
}

.hub-content tr td {
  padding: 5px;
}

.largeheading {
  text-align: center;
}

form>table,
.buttonbox>table {
  margin-left: auto;
  margin-right: auto;

}

.hubMainTable {
  margin-left: auto;
  margin-right: auto;

}

.hiHeavyDisplay {
  color: #cb3b41;
  font-weight: bold;
}

.hiDisplay {
  color: #cb3b41;
}

.heavyDisplay {
  font-weight: bold;
}

.help {
  font-size: 13px;
}

.entry textarea {
  min-width: 320px;
}

td.listHeader {
  background: #cb3b41;
  color: #ffffff;
  font-weight: bold;
}

.hub-content table {
  border-bottom: none;
  margin-bottom: 0px;
}

.hub-content .hubMainTable {
  max-width: 500px;
}

.hub-content table td {
  border-top: none;
}

.service-menu div.hub-content {
  background: white;
}

.hub-content .dataGroupBox {
  width: 400px;

  margin-left: auto;
  margin-right: auto;
}

table.buttontable {
        margin: 0 auto;
}


.hub-content table {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.hub-content table.dataListBox {
  width: 100%;
}

.hub-content div.suburbStateEntry,
.hub-content div.suburbPostcodeEntry {
  padding-top:8px;
}

.hub-content select {
  border: 2px solid #d4d0ba;
  padding: 5px;
}

.hub-content .bookingnote {
    max-width: 350px;
    padding-left: 60px;
    font-size: 15px;
    color: #ed2224;
    line-height: 24px;
}
