.form-field {
	
}
.form-field label {
	display: block;
	line-height: 31px;
}
.form-field label.r {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}
.form-field label span {
	color: #bababa;
}
.form-field input {
	border-color: #bababa;
	border-radius: 2px;
	padding: 6px;
}
.form-field button {
	border-radius: 2px;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 16px;
	text-transform: uppercase;
}

.comparison {
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
}
.comparison h2 {
	background-color: #1f5baa;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	padding: 8px;
	text-align: center;
	text-transform: uppercase;
}
.salary-comparison {
	margin-top: 20px;
}
.salary {
	font-size: 24px;
	font-weight: bold;
}

.benefit-comparison,
.benefit {
	overflow: hidden;
}
.benefit {
	border-bottom: 1px dotted #bababa;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.benefit:last-child {
	border-bottom: 0 none;
}
.benefit .t {
	display: table-cell;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.benefit .t:first-child,
.benefit .t:last-child {
	width: 20%;
}
.benefit.th .t span {
	font-weight: bold;
}
.benefit .t span {
	line-height: inherit;
}
.benefit .h {
	color: #70ca63;
}
.benefit .n {
	color: #e9573f;
}
.benefit .bn {
	
}
.benefit .bn .b {
	color: #333;
	font-weight: bold;
}
.benefit .bn .d {
	color: #8f8f8f;
	line-height: 14px;
}

.sub-title {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.b {
	color: #1f5baa;
}
.apply-now {
	text-align: center;
}
.apply-now a {
	background-color: #1f5baa;
	border: 3px solid #fff;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 0 auto;
	padding: 20px 65px;
	text-transform: uppercase;
}
.apply-now a:hover {
	background-color: #164077;
}

@media (min-width: 992px) {
	.salary-left {
		text-align: right;
	}
	.salary-right {
		text-align: left;
	}
}


