body.post-type-archive-wpbb_job .td-main-content-wrap,
body.single-wpbb_job .td-main-content-wrap {
	margin-top: 50px;
}
body.post-type-archive-wpbb_job .type-wpbb_job {
	border-top: 1px solid #eeeeee;
	margin-bottom: 24px;
}
body.post-type-archive-wpbb_job .job-description,
body.post-type-archive-wpbb_job .job-info-wrapper {
	float: left;
	margin-right: 2%;
	width: 53%;
}
body.post-type-archive-wpbb_job .job-info-wrapper {
	width: 45%;
	margin-right: 0;
	margin-bottom: 16px;
}
body.post-type-archive-wpbb_job h3.entry-title,
body.single-wpbb_job h1.entry-title {
	margin-bottom: 2px;
}
body.post-type-archive-wpbb_job .job-meta {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 24px;
}
body.post-type-archive-wpbb_job .job-info-wrapper .job-info,
body.single-wpbb_job .wpbb-job-field,
body.single-wpbb_job .wpbb-job-tax {
	padding: 8px;
	background-color: #F2F2F2;

}
body.post-type-archive-wpbb_job .job-info-wrapper .job-info:nth-of-type(2n),
body.single-wpbb_job .wpbb-job-field:nth-of-type(2n),
body.single-wpbb_job .wpbb-job-tax:nth-of-type(2n) {
	background-color: #FFFFFF;
}
body.post-type-archive-wpbb_job .job-info-wrapper .job-info .label,
body.post-type-archive-wpbb_job .job-info-wrapper .job-info .value {
	float: left;
	margin-right: 1%;
	width: 70%;
}
body.post-type-archive-wpbb_job .job-info-wrapper .job-info .label {
	margin-right: 0;
	width: 29%;
}
@media only screen and ( max-width: 600px ) {
	body.post-type-archive-wpbb_job .job-description,
	body.post-type-archive-wpbb_job .job-info-wrapper {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

body.single-wpbb_job .wpbb-job-fields-wrapper,
body.single-wpbb_job .wpbb-job-tax-wrapper {
	width: 49%;
	margin-right: 2%;
	float: left;
	margin-bottom: 24px;
}
body.single-wpbb_job .wpbb-job-tax-wrapper {
	margin-right: 0;
}
body.single-wpbb_job .wpbb-job-field p,
body.single-wpbb_job .wpbb-job-tax p {
	margin-bottom: 0;
}

.button,
p.apply-button a {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	background-color: #222222;
	border-radius: 0;
	color: #fff;
	border: none;
	padding: 8px 15px;
	font-weight: 500;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.button:hover,
p.apply-button a:hover {
	background-color: #4db2ec;
	text-decoration: none;
}
.clearfix,
p.apply-button {
	display: block;
	clear: both;
}