.hub table {
	width: auto;
}

.hub table th,
.hub table td {
	border-top: 0px;
	vertical-align: top;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

.largeheading {
	font-size: 35px;
}

.hub .textbutton,
.textbutton {
	display: block;
	font-size: 22px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background-color: #A6CE39;
	color: #ffffff;
	border-radius: 10px;
	transition: 0.2s all ease;
	height: 40px;
	padding-top: 4px;
	width: 200px;
	font-family: "Open Sans", sans-serif;
	letter-spacing: -1px;

	box-shadow: 5px 5px 8px #cccccc;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;

}

.textbutton:hover {
	background-color: #C7E084;
	background-color: #A6CE39;
	box-shadow: 3px 3px 4px #dddddd;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}


.textbutton:active {
	background-color: #C7E084;
	box-shadow: 0px 0px 0px #ffffff;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
}



.heading {
	font-size: 24px;
	color: #A6CE39;
}

.hub label  {
	display: inline;
}


.buttontable {
margin-left: auto;
margin-right: auto;
width: auto !important;
}

.buttonbox {
margin-left: auto;
margin-right: auto;
}

.listHeader {
	background-color: #A6CE39;
	color: #ffffff;
}

.listRight0, .listRight1 {
	text-align: right;
}

.listLeft0, .listRight0 {
	background-color: #C7E084;
	background-color: #f8fff0;
}

.joblistNumberHeader,
.joblistStatusHeader,
.joblistSuburbHeader {
	font-weight: bold;
	border-bottom: 1px solid #666;
}

.joblistStatus {
	text-transform: uppercase;
}

.joblistDriverNumber {
}

.joblistNumber {
	font-weight: bold;
}

.joblistTable {
	margin-top: 15px;
}

.joblistDriverName {
	padding-left: 40px;
	font-size: 0.9em;
}
