.single-career #content {
	margin: 20px 0;
	width: 100%;
}

.single-career #content a:focus,
.single-career #content a:hover {
	color: #e57a3c;
}

.single-career #content a.button {
	background-color: #e57a3c;
	border: 2px solid #e57a3c;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	margin-top: 10px;
	padding: 14px 20px 16px;
	transition: all 200ms ease-in-out;
}

.single-career #content a.button:focus,
.single-career #content a.button:hover {
	background-color: transparent;
	color: #e57a3c;
	text-decoration: none;
}
