/*=== Listings Table ===========================================================*/
.career-table {
	margin: 40px auto 40px auto;
	max-width: 1275px;
}
.table-centered-col {
	text-align: center;
}
.career-table TD {
	vertical-align: middle;
}

/* Remove Styling from WP generated P Tags */
.career-table P {
	padding-bottom: 0;
	margin-bottom: 0;
}
.career-post {
	padding-top: 30px;
	padding-bottom: 30px;
}
.career-post .entry-header {
	padding-left: 0!important;
	padding-right: 0!important;
}

.listing-title {
	min-width: 200px;
}

.listing-title a:link,
.listing-title a:visited {
	font-size: 20px;
}
.btn-career {
	min-width: 150px;
	text-align: center;
}
.btn-career:link,
.btn-career:visited {
	display: inline-block;
	background-color: #666;
	color: #fff;
}
.listing-excerpt {
	max-width: 550px;
}
.listing-title {
	text-align: center;
}

/*=== Responsive Classes =======================================================*/

@media (max-width: 690px) {
	.career-label-row {
		display: none;
	}
	.career-content-row {
		border: 1px solid #ccc;
	}
	.career-content-row td {
		display: block;
		width: 100%;
		text-align: center;
		/* Quick fix for stubborn theme styling */
		border-top: none!important;
		border-right: none!important;
		border-bottom: none!important;
		border-left: none!important;
	}
}


