body {
  padding-top: 4.5rem;
}

.centered{
	text-align: center;
}

.titleNum{
	font-size: 99pt;
	font-weight: bold;
	text-align: center;
}

.hitZone{
	color: black;
	text-decoration: none;
}

.job{
	margin: 0 0 20px 0;
}

.jobTitle{  
	font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.1;
   	color: #967adc;
}

.jobDetails{
	padding-top: 15px; 
	background-color: #e9ecf1;
}

.border{
	border: 1px solid #e9ecf1;
}

.pad{
	padding: 20px;
}

.mid{
	line-height: 3;
	margin-right: 25px;
}

.bigButton{
	font-size: 1.3em;
	float: right;
}

.jobSubtitle{
	font-weight: 300;
    font-size: 11px;
}

.scanInput input[type="text"] {
   height: 80px;
   font-size: 50px;
   line-height: 14px;
}

.orderDetails{
	padding: 1rem 2rem;
}

a:hover{
    text-decoration: none;
}