.job_container {
	width: 200px !important;
	height: 320px !important;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	box-sizing: border-box;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
}

.job_head {
	background: #0f1014;
	border-top: 1px solid #8eacaf;
	border-bottom: 1px solid #8eacaf;
}

.job_head_name {
	color: #8eacaf;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 100;
}

.job_container a:link {
	color: #3085893;
	text-decoration: none;
}

.job_container a:visited {
	color: #308589;
	text-decoration: none;
}

.job_container a:hover,
.job_container a:active {
	color: #308589;
	text-decoration: none;
}

.job_memberhead {
	background: #0f1014;
	border-bottom:1px dotted #9B9773;
	text-align:center;
	color: #bebdbd;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
}

.jobdescription {
	color: #bebdbd;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
}

.tborderjobs {
	background: #15171c;
	width: 100%;
	margin: auto auto;
	border: 0px dotted #445c5e;
	padding: 1px;
}